gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] branch master updated: -fix double free


From: gnunet
Subject: [taler-exchange] branch master updated: -fix double free
Date: Wed, 06 Nov 2024 13:39:51 +0100

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new ebd13a5d5 -fix double free
ebd13a5d5 is described below

commit ebd13a5d5dc206dfe4f0544cba262af6ce565a64
Author: Florian Dold <florian@dold.me>
AuthorDate: Wed Nov 6 13:39:47 2024 +0100

    -fix double free
---
 src/exchange/taler-exchange-httpd_common_kyc.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/exchange/taler-exchange-httpd_common_kyc.c 
b/src/exchange/taler-exchange-httpd_common_kyc.c
index 4cdc5639e..95466781f 100644
--- 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));

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]