[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [taler-exchange] 04/04: addressing leaks.
From: |
gnunet |
Subject: |
[GNUnet-SVN] [taler-exchange] 04/04: addressing leaks. |
Date: |
Wed, 21 Mar 2018 17:18:07 +0100 |
This is an automated email from the git hooks/post-receive script.
marcello pushed a commit to branch master
in repository exchange.
commit 0056cb6d09b6edbe311057177864e7a72c571fdb
Author: Marcello Stanisci <address@hidden>
AuthorDate: Wed Mar 21 17:12:24 2018 +0100
addressing leaks.
---
src/exchange-lib/testing_api_helpers.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/exchange-lib/testing_api_helpers.c
b/src/exchange-lib/testing_api_helpers.c
index f539030..a942b65 100644
--- a/src/exchange-lib/testing_api_helpers.c
+++ b/src/exchange-lib/testing_api_helpers.c
@@ -175,10 +175,12 @@ TALER_TESTING_prepare_exchange (const char
*config_filename,
"Failed to run `taler-auditor-sign`,"
" is your PATH correct?\n");
GNUNET_free (signed_keys_out);
+ GNUNET_free (exchange_master_pub);
return GNUNET_NO;
}
+ GNUNET_free (exchange_master_pub);
GNUNET_free (signed_keys_out);
GNUNET_OS_process_wait (proc);
GNUNET_OS_process_destroy (proc);
--
To stop receiving notification emails like this one, please contact
address@hidden