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: Sun, 15 Sep 2019 12:50:16 +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 38c80677 fix leak
38c80677 is described below

commit 38c80677d7ecebd50e6e8c01471a7b2615f6a4c9
Author: Christian Grothoff <address@hidden>
AuthorDate: Sun Sep 15 12:50:14 2019 +0200

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

diff --git a/src/lib/exchange_api_handle.c b/src/lib/exchange_api_handle.c
index 8e523e3b..461569a9 100644
--- a/src/lib/exchange_api_handle.c
+++ b/src/lib/exchange_api_handle.c
@@ -1028,6 +1028,7 @@ decode_keys_json (const json_t *resp_obj,
         GNUNET_array_grow (ai.denom_keys,
                            ai.num_denom_keys,
                            0);
+        GNUNET_free (ai.auditor_url);
         continue; /* we are done */
       }
       if (key_data->auditors_size == key_data->num_auditors)

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



reply via email to

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