gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: fix leak


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

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 baaa8832 fix leak
baaa8832 is described below

commit baaa8832b28b53b6d2ce9fd87f13b48f8c3c1b19
Author: Christian Grothoff <address@hidden>
AuthorDate: Sat Mar 28 12:53:10 2020 +0100

    fix leak
---
 src/testing/testing_api_helpers_bank.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/testing/testing_api_helpers_bank.c 
b/src/testing/testing_api_helpers_bank.c
index 30813da7..bdbefe65 100644
--- a/src/testing/testing_api_helpers_bank.c
+++ b/src/testing/testing_api_helpers_bank.c
@@ -443,6 +443,7 @@ TALER_TESTING_prepare_fakebank (const char *config_filename,
     if (NULL == exchange_xtalerbank_account)
     {
       GNUNET_break (0);
+      GNUNET_free (exchange_payto_uri);
       return GNUNET_SYSERR;
     }
     GNUNET_asprintf (&bc->exchange_auth.wire_gateway_url,
@@ -462,6 +463,7 @@ TALER_TESTING_prepare_fakebank (const char *config_filename,
   {
     GNUNET_free (bc->exchange_auth.wire_gateway_url);
     bc->exchange_auth.wire_gateway_url = NULL;
+    GNUNET_free (exchange_payto_uri);
     return GNUNET_SYSERR;
   }
   /* Now we know it's the fake bank, for purpose of authentication, we

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



reply via email to

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