projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a1cb6c5
)
another leak
author
Christian Grothoff
<christian@grothoff.org>
Fri, 17 Jan 2020 17:19:45 +0000
(18:19 +0100)
committer
Christian Grothoff
<christian@grothoff.org>
Fri, 17 Jan 2020 17:19:45 +0000
(18:19 +0100)
src/pq/pq_connect.c
patch
|
blob
|
history
diff --git
a/src/pq/pq_connect.c
b/src/pq/pq_connect.c
index fe9cde1fad8c99bf7aa76d372b8e7597bb5c0088..3d514e51ff7c254a09ff1d1c62b40dfa2b292a30 100644
(file)
--- 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;