gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: config: free real basepath


From: gnunet
Subject: [gnunet] branch master updated: config: free real basepath
Date: Mon, 26 Jul 2021 20:06:45 +0200

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

dold pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 51e5fab47 config: free real basepath
51e5fab47 is described below

commit 51e5fab47cb0e9c45600fca44eecd80f8087c8f8
Author: Florian Dold <florian@dold.me>
AuthorDate: Mon Jul 26 20:03:29 2021 +0200

    config: free real basepath
---
 src/util/configuration.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/util/configuration.c b/src/util/configuration.c
index fd1ab2ecb..506df5e1f 100644
--- a/src/util/configuration.c
+++ b/src/util/configuration.c
@@ -341,6 +341,7 @@ GNUNET_CONFIGURATION_deserialize (struct 
GNUNET_CONFIGURATION_Handle *cfg,
                          "%s/%s",
                          basedir_realpath,
                          value);
+        free (basedir_realpath);
       }
       if (GNUNET_OK !=
           GNUNET_CONFIGURATION_parse (cfg,

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