gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] 01/03: fix minor leak from getopt


From: gnunet
Subject: [taler-exchange] 01/03: fix minor leak from getopt
Date: Sun, 29 Mar 2020 01:58:47 +0100

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

grothoff pushed a commit to branch master
in repository exchange.

commit 0f5f27e853ad71f721720fef1395d116b0f46ae7
Author: Christian Grothoff <address@hidden>
AuthorDate: Sun Mar 29 01:58:09 2020 +0100

    fix minor leak from getopt
---
 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 f1777cf7..f5acd1cd 100644
--- a/src/exchange/taler-exchange-httpd.c
+++ b/src/exchange/taler-exchange-httpd.c
@@ -1241,6 +1241,8 @@ main (int argc,
                  GNUNET_log_setup ("taler-exchange-httpd",
                                    (NULL == loglev) ? "INFO" : loglev,
                                    logfile));
+  GNUNET_free_non_null (loglev);
+  GNUNET_free_non_null (logfile);
   if (NULL == cfgfile)
     cfgfile = GNUNET_strdup (GNUNET_OS_project_data_get ()->user_config_file);
   TEH_cfg = GNUNET_CONFIGURATION_create ();

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



reply via email to

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