gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] branch master updated: -fix minor leak


From: gnunet
Subject: [taler-exchange] branch master updated: -fix minor leak
Date: Wed, 22 Nov 2023 23:05:00 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 180b6567 -fix minor leak
180b6567 is described below

commit 180b6567c6cbf60756da804c75f8bb06fc60d0fb
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed Nov 22 22:04:57 2023 +0100

    -fix minor leak
---
 src/lib/exchange_api_coins_history.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/lib/exchange_api_coins_history.c 
b/src/lib/exchange_api_coins_history.c
index 875a5b57..34eca62d 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;
     }
   }

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]