gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: fix leak


From: gnunet
Subject: [gnunet] branch master updated: fix leak
Date: Sat, 18 Jan 2020 17:59:09 +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 5d70ce8db fix leak
5d70ce8db is described below

commit 5d70ce8db518144207a99c56f0e0a180370d8ee9
Author: Christian Grothoff <address@hidden>
AuthorDate: Sat Jan 18 17:55:39 2020 +0100

    fix 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 3d514e51f..f158a4c3a 100644
--- a/src/pq/pq_connect.c
+++ b/src/pq/pq_connect.c
@@ -323,6 +323,7 @@ GNUNET_PQ_disconnect (struct GNUNET_PQ_Context *db)
   GNUNET_free_non_null (db->ps);
   GNUNET_free_non_null (db->load_path);
   PQfinish (db->conn);
+  GNUNET_free (db->config_str);
   GNUNET_free (db);
 }
 

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



reply via email to

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