gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-exchange] branch master updated: fix leak


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] branch master updated: fix leak
Date: Thu, 05 Sep 2019 03:53:52 +0200

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

grothoff pushed a commit to branch master
in repository exchange.

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

commit e179fb9ba0ffa39113b98788fa1f54cc7e51f349
Author: Christian Grothoff <address@hidden>
AuthorDate: Thu Sep 5 03:53:47 2019 +0200

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

diff --git a/src/exchangedb/plugin_exchangedb_postgres.c 
b/src/exchangedb/plugin_exchangedb_postgres.c
index 6b5790c7..acd6e927 100644
--- a/src/exchangedb/plugin_exchangedb_postgres.c
+++ b/src/exchangedb/plugin_exchangedb_postgres.c
@@ -7743,6 +7743,7 @@ libtaler_plugin_exchangedb_postgres_done (void *cls)
   struct PostgresClosure *pg = plugin->cls;
 
   GNUNET_free (pg->connection_cfg_str);
+  GNUNET_free (pg->currency);
   GNUNET_free (pg);
   GNUNET_free (plugin);
   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]