From 446761b6029298410000181697abef5dbdbd4b57 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 7 Jun 2022 16:57:12 +0200 Subject: -more minor bugfixes --- src/lib/exchange_api_reserves_history.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/lib/exchange_api_reserves_history.c') diff --git a/src/lib/exchange_api_reserves_history.c b/src/lib/exchange_api_reserves_history.c index 1d3891c2..2a0dd565 100644 --- a/src/lib/exchange_api_reserves_history.c +++ b/src/lib/exchange_api_reserves_history.c @@ -311,6 +311,7 @@ TALER_EXCHANGE_reserves_history ( if (NULL == keys) { GNUNET_break (0); + curl_easy_cleanup (eh); GNUNET_free (rsh->url); GNUNET_free (rsh); return NULL; @@ -320,6 +321,7 @@ TALER_EXCHANGE_reserves_history ( if (NULL == gf) { GNUNET_break_op (0); + curl_easy_cleanup (eh); GNUNET_free (rsh->url); GNUNET_free (rsh); return NULL; -- cgit v1.2.3