summaryrefslogtreecommitdiff
path: root/src/auditordb
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-01-18 18:04:59 +0100
committerChristian Grothoff <christian@grothoff.org>2020-01-18 18:04:59 +0100
commit8715e2b28464f242624ba691f3a0c83f78fc1111 (patch)
tree19c19cb5d3797ef8062734d3e8c6aa69efe61b61 /src/auditordb
parentc5c04cb51fddba5ec8a0371155b50145810a92cb (diff)
downloadexchange-8715e2b28464f242624ba691f3a0c83f78fc1111.tar.gz
exchange-8715e2b28464f242624ba691f3a0c83f78fc1111.tar.bz2
exchange-8715e2b28464f242624ba691f3a0c83f78fc1111.zip
fix leaks
Diffstat (limited to 'src/auditordb')
-rw-r--r--src/auditordb/plugin_auditordb_postgres.c1
1 files changed, 1 insertions, 0 deletions
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);