gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated: refix codesonar finding 236


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: refix codesonar finding 2366.9987
Date: Wed, 04 Jul 2018 19:12:10 +0200

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

xrs pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new a08b94387 refix codesonar finding 2366.9987
     new 6bec6e018 Merge branch 'master' of ssh://gnunet.org/gnunet
a08b94387 is described below

commit a08b943874919809fb17656baa0c5e7c99557d92
Author: xrs <address@hidden>
AuthorDate: Wed Jul 4 19:11:41 2018 +0200

    refix codesonar finding 2366.9987
---
 src/arm/test_exponential_backoff.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/arm/test_exponential_backoff.c 
b/src/arm/test_exponential_backoff.c
index 71c98211a..f15bca2db 100644
--- a/src/arm/test_exponential_backoff.c
+++ b/src/arm/test_exponential_backoff.c
@@ -344,7 +344,7 @@ init ()
   if (GNUNET_OK != GNUNET_CONFIGURATION_parse (cfg,
                                                "test_arm_api_data.conf"))
   {
-    GNUNET_free (cfg);
+    GNUNET_CONFIGURATION_destroy (cfg);
     return GNUNET_SYSERR;
   }
   if (NULL == getcwd (pwd, PATH_MAX))

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



reply via email to

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