From 11735021899a396cfa827d49572d9ad435269336 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 2 May 2022 19:48:10 +0200 Subject: -fix leak --- src/exchange/taler-exchange-httpd_batch-withdraw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/exchange/taler-exchange-httpd_batch-withdraw.c b/src/exchange/taler-exchange-httpd_batch-withdraw.c index a2bd1b7b9..870b2ea7a 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); -- cgit v1.2.3