gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [taler-exchange] branch master updated: fix #8200
Date: Mon, 22 Jan 2024 16:48:38 +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 75a0ab25 fix #8200
75a0ab25 is described below

commit 75a0ab254c611e399b432b49013df119580ce660
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon Jan 22 16:48:33 2024 +0100

    fix #8200
---
 src/lib/exchange_api_management_revoke_denomination_key.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/lib/exchange_api_management_revoke_denomination_key.c 
b/src/lib/exchange_api_management_revoke_denomination_key.c
index aa4d527a..a5770477 100644
--- a/src/lib/exchange_api_management_revoke_denomination_key.c
+++ b/src/lib/exchange_api_management_revoke_denomination_key.c
@@ -1,6 +1,6 @@
 /*
   This file is part of TALER
-  Copyright (C) 2015-2020 Taler Systems SA
+  Copyright (C) 2015-2024 Taler Systems SA
 
   TALER is free software; you can redistribute it and/or modify it under the
   terms of the GNU General Public License as published by the Free Software
@@ -186,6 +186,7 @@ TALER_EXCHANGE_management_revoke_denomination_key (
       curl_easy_cleanup (eh);
     json_decref (body);
     GNUNET_free (rh->url);
+    GNUNET_free (rh);
     return NULL;
   }
   json_decref (body);

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