gnunet-svn
[Top][All Lists]
Advanced

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

[taler-anastasis] branch master updated: fix leak


From: gnunet
Subject: [taler-anastasis] branch master updated: fix leak
Date: Sun, 14 Feb 2021 23:34:33 +0100

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

grothoff pushed a commit to branch master
in repository anastasis.

The following commit(s) were added to refs/heads/master by this push:
     new 927145f  fix leak
927145f is described below

commit 927145f47db66329712b1189cbfeff99fe55c186
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Feb 14 23:34:31 2021 +0100

    fix leak
---
 src/lib/anastasis_recovery.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/lib/anastasis_recovery.c b/src/lib/anastasis_recovery.c
index 53925a0..7a58ad6 100644
--- a/src/lib/anastasis_recovery.c
+++ b/src/lib/anastasis_recovery.c
@@ -394,6 +394,7 @@ keyshare_lookup_cb (void *cls,
                    ANASTASIS_RS_SUCCESS,
                    core_secret,
                    core_secret_size);
+    GNUNET_free (core_secret);
     ANASTASIS_recovery_abort (recovery);
   }
 }

-- 
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]