commit 75a0ab254c611e399b432b49013df119580ce660
parent d752938c930eafe4b8230eb2234ce2ed5a5b5ddf
Author: Christian Grothoff <christian@grothoff.org>
Date: Mon, 22 Jan 2024 16:48:33 +0100
fix #8200
Diffstat:
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
@@ -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);