gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [taler-anastasis] branch master updated: fix double-free
Date: Mon, 08 Mar 2021 21:53:18 +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 41197eb  fix double-free
41197eb is described below

commit 41197eb717e870278fbf23bbf5c0085a2e207cf2
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon Mar 8 21:53:14 2021 +0100

    fix double-free
---
 src/reducer/anastasis_api_redux.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/reducer/anastasis_api_redux.c 
b/src/reducer/anastasis_api_redux.c
index e4777b6..f359a6a 100644
--- a/src/reducer/anastasis_api_redux.c
+++ b/src/reducer/anastasis_api_redux.c
@@ -1547,7 +1547,6 @@ void
 ANASTASIS_redux_action_cancel (struct ANASTASIS_ReduxAction *ra)
 {
   ra->cleanup (ra->cleanup_cls);
-  GNUNET_free (ra);
 }
 
 

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