gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: -handle NULL


From: gnunet
Subject: [gnunet] branch master updated: -handle NULL
Date: Mon, 26 Apr 2021 15:13:20 +0200

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

grothoff pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 51c0c5072 -handle NULL
51c0c5072 is described below

commit 51c0c5072fa27f4964778512a0040c77cce7cd04
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon Apr 26 15:11:13 2021 +0200

    -handle NULL
---
 src/util/gnunet-config.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/util/gnunet-config.c b/src/util/gnunet-config.c
index feab6123c..d619610c5 100644
--- a/src/util/gnunet-config.c
+++ b/src/util/gnunet-config.c
@@ -299,7 +299,8 @@ run (void *cls,
     }
     GNUNET_free (cfg_fn);
   }
-  GNUNET_CONFIGURATION_destroy (out);
+  if (NULL != out)
+    GNUNET_CONFIGURATION_destroy (out);
 }
 
 

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