commit 11735021899a396cfa827d49572d9ad435269336 parent 72ae759fa0e31766855dd30b6783f1f14c942e39 Author: Christian Grothoff <christian@grothoff.org> Date: Mon, 2 May 2022 19:48:10 +0200 -fix leak Diffstat:
| M | 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 @@ -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);