gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [taler-exchange] branch master updated: -fix leak
Date: Mon, 02 May 2022 19:48:26 +0200

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 11735021 -fix leak
11735021 is described below

commit 11735021899a396cfa827d49572d9ad435269336
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon May 2 19:48:10 2022 +0200

    -fix leak
---
 src/exchange/taler-exchange-httpd_batch-withdraw.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/exchange/taler-exchange-httpd_batch-withdraw.c 
b/src/exchange/taler-exchange-httpd_batch-withdraw.c
index a2bd1b7b..870b2ea7 100644
--- a/src/exchange/taler-exchange-httpd_batch-withdraw.c
+++ b/src/exchange/taler-exchange-httpd_batch-withdraw.c
@@ -719,7 +719,7 @@ TEH_handler_batch_withdraw (struct TEH_RequestContext *rc,
     {
       struct PlanchetContext *pc = &wc.planchets[i];
 
-      // FIXME: Free more of memory in pc!
+      TALER_blinded_planchet_free (&pc->blinded_planchet);
       TALER_blinded_denom_sig_free (&pc->collectable.sig);
     }
     GNUNET_JSON_parse_free (spec);

-- 
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]