gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-exchange] 01/04: fix memory leak


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] 01/04: fix memory leak
Date: Thu, 05 Sep 2019 05:50:59 +0200

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

grothoff pushed a commit to branch master
in repository exchange.

commit dc5a779195dd33e722435a9f1b4c3f558baa604d
Author: Christian Grothoff <address@hidden>
AuthorDate: Thu Sep 5 03:56:27 2019 +0200

    fix memory leak
---
 src/auditor/taler-auditor.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/auditor/taler-auditor.c b/src/auditor/taler-auditor.c
index 94369547..4cf31570 100644
--- a/src/auditor/taler-auditor.c
+++ b/src/auditor/taler-auditor.c
@@ -3554,7 +3554,9 @@ check_known_coin (const struct TALER_CoinSpendPublicKeyP 
*coin_pub,
                   TALER_amount_add (&total_bad_sig_loss,
                                     &total_bad_sig_loss,
                                     loss_potential));
+
   }
+  GNUNET_CRYPTO_rsa_signature_free (ci.denom_sig.rsa_signature);
   return qs;
 }
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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