aboutsummaryrefslogtreecommitdiff
path: root/src/lib/exchange_api_management_revoke_denomination_key.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/exchange_api_management_revoke_denomination_key.c')
-rw-r--r--src/lib/exchange_api_management_revoke_denomination_key.c3
1 files changed, 2 insertions, 1 deletions
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);