diff options
author | Christian Grothoff <christian@grothoff.org> | 2024-01-22 17:04:35 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2024-01-22 17:04:35 +0100 |
commit | 635ae9341dccbfe774bb038e2503dae362c9cbed (patch) | |
tree | 8ac5f93b7f9ba63e71122a1389944da988c51b8c | |
parent | f56af0cd2a1d305ce8444f14818fea6e462eec7a (diff) |
fix #8204
-rw-r--r-- | src/lib/exchange_api_management_set_global_fee.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/exchange_api_management_set_global_fee.c b/src/lib/exchange_api_management_set_global_fee.c index 54c37fd64..f6282a812 100644 --- 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); |