gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet] branch master updated: another leak


From: gnunet
Subject: [gnunet] branch master updated: another leak
Date: Fri, 17 Jan 2020 18:23:17 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 0dd621fcc another leak
0dd621fcc is described below

commit 0dd621fcc6b542ff3e68c728ffed2bb6bff87eeb
Author: Christian Grothoff <address@hidden>
AuthorDate: Fri Jan 17 18:19:45 2020 +0100

    another leak
---
 src/pq/pq_connect.c | 1 +
 1 file changed, 1 insertion(+)

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;

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]