gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: fix leak


From: gnunet
Subject: [taler-merchant] branch master updated: fix leak
Date: Sat, 28 Mar 2020 12:53:05 +0100

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

grothoff pushed a commit to branch master
in repository merchant.

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

commit d28881359480413e0b8b6a77ee23f561f3e0d7ce
Author: Christian Grothoff <address@hidden>
AuthorDate: Sat Mar 28 12:52:54 2020 +0100

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

diff --git a/src/backenddb/plugin_merchantdb_postgres.c 
b/src/backenddb/plugin_merchantdb_postgres.c
index 6e57419..12be050 100644
--- a/src/backenddb/plugin_merchantdb_postgres.c
+++ b/src/backenddb/plugin_merchantdb_postgres.c
@@ -3570,6 +3570,7 @@ libtaler_plugin_merchantdb_postgres_done (void *cls)
   struct PostgresClosure *pg = plugin->cls;
 
   GNUNET_PQ_disconnect (pg->conn);
+  GNUNET_free (pg->sql_dir);
   GNUNET_free (pg->currency);
   GNUNET_free (pg);
   GNUNET_free (plugin);

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



reply via email to

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