exchange

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

commit 9da0f30b16f4b273a4a38f28372596e69fd8088c
parent 90860761b45dd71dfd1a8391f00ab9a4a69977e5
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue, 23 Jan 2024 17:08:08 +0100

fix #8218

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

diff --git a/src/lib/exchange_api_management_update_aml_officer.c b/src/lib/exchange_api_management_update_aml_officer.c @@ -194,6 +194,7 @@ TALER_EXCHANGE_management_update_aml_officer ( curl_easy_cleanup (eh); json_decref (body); GNUNET_free (wh->url); + GNUNET_free (wh); return NULL; } json_decref (body);