commit 1bd7f4413e03b7a3d5645631d72af731af855b0c
parent c38fbc4b7b2b09042a15cb95d471153f4dec5e72
Author: Christian Grothoff <christian@grothoff.org>
Date: Sat, 25 Oct 2025 21:21:51 +0200
fix leak (#10505)
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/backend/taler-merchant-httpd_post-orders-ID-pay.c b/src/backend/taler-merchant-httpd_post-orders-ID-pay.c
@@ -4922,6 +4922,7 @@ pay_context_cleanup (void *cls)
DONAU_keys_decref (pc->parse_wallet_data.donau_keys);
pc->parse_wallet_data.donau_keys = NULL;
}
+ GNUNET_free (pc->parse_wallet_data.donau.donau_url);
#endif
for (unsigned int i = 0; i<pc->parse_wallet_data.token_envelopes_cnt; i++)
{