From 75a0ab254c611e399b432b49013df119580ce660 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 22 Jan 2024 16:48:33 +0100 Subject: 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 aa4d527a7..a57704776 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); -- cgit v1.2.3