gnunet-svn
[Top][All Lists]
Advanced

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

[taler-anastasis] branch master updated: fix memory leak


From: gnunet
Subject: [taler-anastasis] branch master updated: fix memory leak
Date: Sat, 13 Feb 2021 16:25:14 +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 dc18883  fix memory leak
dc18883 is described below

commit dc18883709693060194458b00c3da80cc92a3a88
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sat Feb 13 16:25:12 2021 +0100

    fix memory leak
---
 src/backend/anastasis-httpd.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/backend/anastasis-httpd.c b/src/backend/anastasis-httpd.c
index dcb0d3d..35b5825 100644
--- a/src/backend/anastasis-httpd.c
+++ b/src/backend/anastasis-httpd.c
@@ -171,6 +171,7 @@ static char *keypass;
 static struct GNUNET_SCHEDULER_Task *
 prepare_daemon (void);
 
+
 /**
  * Call MHD to process pending requests and then go back
  * and schedule the next run.
@@ -509,6 +510,7 @@ handle_mhd_completion_callback (void *cls,
               (int) toe);
   if (NULL != hc->cc)
     hc->cc (hc);
+  GNUNET_free (hc);
   *con_cls = NULL;
 }
 

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