another leak
authorChristian Grothoff <christian@grothoff.org>
Fri, 17 Jan 2020 17:19:45 +0000 (18:19 +0100)
committerChristian Grothoff <christian@grothoff.org>
Fri, 17 Jan 2020 17:19:45 +0000 (18:19 +0100)
src/pq/pq_connect.c

index fe9cde1fad8c99bf7aa76d372b8e7597bb5c0088..3d514e51ff7c254a09ff1d1c62b40dfa2b292a30 100644 (file)
@@ -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;