gnunet-svn
[Top][All Lists]
Advanced

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

[taler-anastasis] branch master updated: fix leak


From: gnunet
Subject: [taler-anastasis] branch master updated: fix leak
Date: Fri, 23 Oct 2020 00:51:19 +0200

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

grothoff pushed a commit to branch master
in repository anastasis.

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

commit 3783a7285cbc179b5d2c07485556ba276adb0f33
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Fri Oct 23 00:51:17 2020 +0200

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

diff --git a/src/stasis/plugin_anastasis_postgres.c 
b/src/stasis/plugin_anastasis_postgres.c
index 770ab17..8e709ab 100644
--- a/src/stasis/plugin_anastasis_postgres.c
+++ b/src/stasis/plugin_anastasis_postgres.c
@@ -2346,6 +2346,7 @@ libanastasis_plugin_db_postgres_done (void *cls)
   struct PostgresClosure *pg = plugin->cls;
 
   GNUNET_PQ_disconnect (pg->conn);
+  GNUNET_free (pg->currency);
   GNUNET_free (pg);
   GNUNET_free (plugin);
   return NULL;

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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