exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit e1cc1f2503aa6db67213304757d98567ae49b7c0
parent f2733d8f626ffa40abd078a06eeb4a535f5f784c
Author: Christian Grothoff <grothoff@gnunet.org>
Date:   Wed, 15 Jul 2026 18:27:00 +0200

-fix leak

Diffstat:
Msrc/curl/curl.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/curl/curl.c b/src/curl/curl.c @@ -115,6 +115,7 @@ TALER_curl_easy_post (struct TALER_CURL_PostContext *ctx, /* compression failed!? */ GNUNET_break (0); GNUNET_free (cbuf); + free (str); return GNUNET_SYSERR; } free (str);