From 8715e2b28464f242624ba691f3a0c83f78fc1111 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 18 Jan 2020 18:04:59 +0100 Subject: fix leaks --- src/auditordb/plugin_auditordb_postgres.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/auditordb') diff --git a/src/auditordb/plugin_auditordb_postgres.c b/src/auditordb/plugin_auditordb_postgres.c index 4ca2b6b35..21263d143 100644 --- a/src/auditordb/plugin_auditordb_postgres.c +++ b/src/auditordb/plugin_auditordb_postgres.c @@ -123,6 +123,7 @@ postgres_drop_tables (void *cls, exec_dir, NULL, NULL); + GNUNET_free (exec_dir); if (NULL == conn) return GNUNET_SYSERR; GNUNET_PQ_disconnect (conn); -- cgit v1.2.3