gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] 01/04: fix codesonar finding 2366.9987


From: gnunet
Subject: [GNUnet-SVN] [gnunet] 01/04: fix codesonar finding 2366.9987
Date: Tue, 03 Jul 2018 23:29:58 +0200

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

xrs pushed a commit to branch master
in repository gnunet.

commit 18fdfc54ce13a4b67d24c835e013492fc30507db
Author: xrs <address@hidden>
AuthorDate: Tue Jul 3 22:47:49 2018 +0200

    fix codesonar finding 2366.9987
---
 src/arm/test_exponential_backoff.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/arm/test_exponential_backoff.c 
b/src/arm/test_exponential_backoff.c
index 4a7d51bc7..71c98211a 100644
--- a/src/arm/test_exponential_backoff.c
+++ b/src/arm/test_exponential_backoff.c
@@ -343,7 +343,10 @@ init ()
   cfg = GNUNET_CONFIGURATION_create ();
   if (GNUNET_OK != GNUNET_CONFIGURATION_parse (cfg,
                                                "test_arm_api_data.conf"))
+  {
+    GNUNET_free (cfg);
     return GNUNET_SYSERR;
+  }
   if (NULL == getcwd (pwd, PATH_MAX))
     return GNUNET_SYSERR;
   GNUNET_assert (0 < GNUNET_asprintf (&binary,

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



reply via email to

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