commit 180b6567c6cbf60756da804c75f8bb06fc60d0fb parent 6b9d61a09814747667e11dde5cfe4193c6aacdfa Author: Christian Grothoff <christian@grothoff.org> Date: Wed, 22 Nov 2023 22:04:57 +0100 -fix minor leak Diffstat:
| M | src/lib/exchange_api_coins_history.c | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/lib/exchange_api_coins_history.c b/src/lib/exchange_api_coins_history.c @@ -1093,6 +1093,7 @@ TALER_EXCHANGE_coins_history ( if (NULL == job_headers) { GNUNET_break (0); + curl_easy_cleanup (eh); return NULL; } }