gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: fix leak


From: gnunet
Subject: [taler-exchange] branch master updated: fix leak
Date: Mon, 20 Jan 2020 02:45:23 +0100

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

grothoff pushed a commit to branch master
in repository exchange.

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

commit f616d290053da4b47b00ad332a868a6ecadd5323
Author: Christian Grothoff <address@hidden>
AuthorDate: Mon Jan 20 02:45:21 2020 +0100

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

diff --git a/src/exchange/taler-exchange-httpd.c 
b/src/exchange/taler-exchange-httpd.c
index 657a9e74..c0e91250 100644
--- a/src/exchange/taler-exchange-httpd.c
+++ b/src/exchange/taler-exchange-httpd.c
@@ -841,6 +841,8 @@ run_single_request ()
     }
     MHD_run (mhd);
   }
+  MHD_stop_daemon (mhd);
+  mhd = NULL;
   if (cld != waitpid (cld,
                       &status,
                       0))

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



reply via email to

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