gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: fix botched merge


From: gnunet
Subject: [gnunet] branch master updated: fix botched merge
Date: Sat, 18 Jan 2020 19:19:02 +0100

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

dold pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 08e90eb4d fix botched merge
08e90eb4d is described below

commit 08e90eb4d112a702e5a2d427598b29c6b8f10631
Author: Florian Dold <address@hidden>
AuthorDate: Sat Jan 18 19:15:31 2020 +0100

    fix botched merge
---
 src/pq/pq_connect.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/pq/pq_connect.c b/src/pq/pq_connect.c
index ec074c956..1ef2da762 100644
--- a/src/pq/pq_connect.c
+++ b/src/pq/pq_connect.c
@@ -324,7 +324,6 @@ GNUNET_PQ_disconnect (struct GNUNET_PQ_Context *db)
   GNUNET_free_non_null (db->load_path);
   GNUNET_free_non_null (db->config_str);
   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]