commit ebd13a5d5dc206dfe4f0544cba262af6ce565a64
parent eac1f4cdbe947025ce8c7dfd3af7a17cef2edf88
Author: Florian Dold <florian@dold.me>
Date: Wed, 6 Nov 2024 13:39:47 +0100
-fix double free
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/src/exchange/taler-exchange-httpd_common_kyc.c b/src/exchange/taler-exchange-httpd_common_kyc.c
@@ -1770,7 +1770,6 @@ legitimization_check_run (
lch->lcr.kyc.ok = true;
lch->lcr.expiration_date
= TALER_KYCLOGIC_rules_get_expiration (lrs);
- TALER_KYCLOGIC_rules_free (lrs);
memset (&lch->lcr.next_threshold,
0,
sizeof (struct TALER_Amount));