gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: fix #8104


From: gnunet
Subject: [taler-exchange] branch master updated: fix #8104
Date: Thu, 18 Jan 2024 22:33:05 +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 c8126ffc fix #8104
c8126ffc is described below

commit c8126ffcaea1bc51fec9483b1a2383c50398fbab
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Thu Jan 18 22:33:01 2024 +0100

    fix #8104
---
 src/lib/exchange_api_handle.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/exchange_api_handle.c b/src/lib/exchange_api_handle.c
index c7969460..4d1dacbb 100644
--- a/src/lib/exchange_api_handle.c
+++ b/src/lib/exchange_api_handle.c
@@ -517,11 +517,11 @@ parse_json_denomkey_partially (
             &denom_key->master_sig));
   return GNUNET_OK;
 EXITIF_exit:
+  GNUNET_JSON_parse_free (spec);
   /* invalidate denom_key, just to be sure */
   memset (denom_key,
           0,
           sizeof (*denom_key));
-  GNUNET_JSON_parse_free (spec);
   return GNUNET_SYSERR;
 }
 

-- 
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]