summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-05-02 19:48:10 +0200
committerChristian Grothoff <christian@grothoff.org>2022-05-02 19:48:23 +0200
commit11735021899a396cfa827d49572d9ad435269336 (patch)
treedd3a7689b2b0604f9481b6548f79cbeeb21780b5 /src
parent72ae759fa0e31766855dd30b6783f1f14c942e39 (diff)
downloadexchange-11735021899a396cfa827d49572d9ad435269336.tar.gz
exchange-11735021899a396cfa827d49572d9ad435269336.tar.bz2
exchange-11735021899a396cfa827d49572d9ad435269336.zip
-fix leak
Diffstat (limited to 'src')
-rw-r--r--src/exchange/taler-exchange-httpd_batch-withdraw.c2
1 files changed, 1 insertions, 1 deletions
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);