aboutsummaryrefslogtreecommitdiff
path: root/src/pq/pq_connect.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-01-17 18:19:45 +0100
committerChristian Grothoff <christian@grothoff.org>2020-01-17 18:19:45 +0100
commit0dd621fcc6b542ff3e68c728ffed2bb6bff87eeb (patch)
tree1cebe651ce3bc2b3836d543519915d54239bbddb /src/pq/pq_connect.c
parenta1cb6c541213da63a7ab3e5b1cd51ba941fff84d (diff)
downloadgnunet-0dd621fcc6b542ff3e68c728ffed2bb6bff87eeb.tar.gz
gnunet-0dd621fcc6b542ff3e68c728ffed2bb6bff87eeb.zip
another leak
Diffstat (limited to 'src/pq/pq_connect.c')
-rw-r--r--src/pq/pq_connect.c1
1 files changed, 1 insertions, 0 deletions
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,
125 GNUNET_PQ_reconnect (db); 125 GNUNET_PQ_reconnect (db);
126 if (NULL == db->conn) 126 if (NULL == db->conn)
127 { 127 {
128 GNUNET_free_non_null (db->load_path);
128 GNUNET_free (db->config_str); 129 GNUNET_free (db->config_str);
129 GNUNET_free (db); 130 GNUNET_free (db);
130 return NULL; 131 return NULL;