aboutsummaryrefslogtreecommitdiff
path: root/src/pq/pq_connect.c
diff options
context:
space:
mode:
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 a63d5f14e..5fea994ef 100644
--- a/src/pq/pq_connect.c
+++ b/src/pq/pq_connect.c
@@ -122,6 +122,7 @@ GNUNET_PQ_connect2 (const char *config_str,
122 GNUNET_PQ_reconnect (db); 122 GNUNET_PQ_reconnect (db);
123 if (NULL == db->conn) 123 if (NULL == db->conn)
124 { 124 {
125 GNUNET_CONTAINER_multishortmap_destroy (db->channel_map);
125 GNUNET_free (db->load_path); 126 GNUNET_free (db->load_path);
126 GNUNET_free (db->config_str); 127 GNUNET_free (db->config_str);
127 GNUNET_free (db); 128 GNUNET_free (db);