From: Christian Grothoff Date: Fri, 17 Jan 2020 17:19:45 +0000 (+0100) Subject: another leak X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=0dd621fcc6b542ff3e68c728ffed2bb6bff87eeb;p=oweals%2Fgnunet.git another leak --- 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;