exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 635ae9341dccbfe774bb038e2503dae362c9cbed
parent f56af0cd2a1d305ce8444f14818fea6e462eec7a
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon, 22 Jan 2024 17:04:35 +0100

fix #8204

Diffstat:
Msrc/lib/exchange_api_management_set_global_fee.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/lib/exchange_api_management_set_global_fee.c b/src/lib/exchange_api_management_set_global_fee.c @@ -200,6 +200,7 @@ TALER_EXCHANGE_management_set_global_fees ( curl_easy_cleanup (eh); json_decref (body); GNUNET_free (sgfh->url); + GNUNET_free (sgfh); return NULL; } json_decref (body);