From 0dd621fcc6b542ff3e68c728ffed2bb6bff87eeb Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 17 Jan 2020 18:19:45 +0100 Subject: another leak --- src/pq/pq_connect.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/pq') diff --git a/src/pq/pq_connect.c b/src/pq/pq_connect.c index fe9cde1fa..3d514e51f 100644 --- a/src/pq/pq_connect.c +++ b/src/pq/pq_connect.c @@ -125,6 +125,7 @@ GNUNET_PQ_connect (const char *config_str, GNUNET_PQ_reconnect (db); if (NULL == db->conn) { + GNUNET_free_non_null (db->load_path); GNUNET_free (db->config_str); GNUNET_free (db); return NULL; -- cgit v1.2.3