gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated: fix leak


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: fix leak
Date: Sun, 04 Jun 2017 22:23:31 +0200

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 e311c944f fix leak
e311c944f is described below

commit e311c944f58c941c7ca1e8d2f2011b78e201dfcb
Author: Christian Grothoff <address@hidden>
AuthorDate: Sun Jun 4 22:23:29 2017 +0200

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

diff --git a/src/pq/pq_prepare.c b/src/pq/pq_prepare.c
index f533cb564..612d6df7c 100644
--- a/src/pq/pq_prepare.c
+++ b/src/pq/pq_prepare.c
@@ -84,6 +84,7 @@ GNUNET_PQ_prepare_statements (PGconn *connection,
       PQclear (ret);
       return GNUNET_SYSERR;
     }
+    PQclear (ret);
   }
   return GNUNET_OK;
 }

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



reply via email to

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