-fix leak

This commit is contained in:
Christian Grothoff 2022-05-02 19:48:10 +02:00
parent 72ae759fa0
commit 1173502189
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -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);