summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-11-22 22:04:57 +0100
committerChristian Grothoff <christian@grothoff.org>2023-11-22 22:04:57 +0100
commit180b6567c6cbf60756da804c75f8bb06fc60d0fb (patch)
tree5fa99072111a5ea8eef5a35b024070e100e74ee7 /src/lib
parent6b9d61a09814747667e11dde5cfe4193c6aacdfa (diff)
downloadexchange-180b6567c6cbf60756da804c75f8bb06fc60d0fb.tar.gz
exchange-180b6567c6cbf60756da804c75f8bb06fc60d0fb.tar.bz2
exchange-180b6567c6cbf60756da804c75f8bb06fc60d0fb.zip
-fix minor leak
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/exchange_api_coins_history.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/exchange_api_coins_history.c b/src/lib/exchange_api_coins_history.c
index 875a5b57b..34eca62db 100644
--- 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;
}
}