aboutsummaryrefslogtreecommitdiff
path: root/src/arm/test_exponential_backoff.c
diff options
context:
space:
mode:
authorxrs <xrs@mail36.net>2018-07-04 19:11:41 +0200
committerxrs <xrs@mail36.net>2018-07-04 19:11:41 +0200
commita08b943874919809fb17656baa0c5e7c99557d92 (patch)
treee65aaa441f17dfc0596b577dc66266cb5e384c68 /src/arm/test_exponential_backoff.c
parentf293763907abc5e9da76adb44b9648eb43a56f57 (diff)
downloadgnunet-a08b943874919809fb17656baa0c5e7c99557d92.tar.gz
gnunet-a08b943874919809fb17656baa0c5e7c99557d92.zip
refix codesonar finding 2366.9987
Diffstat (limited to 'src/arm/test_exponential_backoff.c')
-rw-r--r--src/arm/test_exponential_backoff.c2
1 files changed, 1 insertions, 1 deletions
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 ()
344 if (GNUNET_OK != GNUNET_CONFIGURATION_parse (cfg, 344 if (GNUNET_OK != GNUNET_CONFIGURATION_parse (cfg,
345 "test_arm_api_data.conf")) 345 "test_arm_api_data.conf"))
346 { 346 {
347 GNUNET_free (cfg); 347 GNUNET_CONFIGURATION_destroy (cfg);
348 return GNUNET_SYSERR; 348 return GNUNET_SYSERR;
349 } 349 }
350 if (NULL == getcwd (pwd, PATH_MAX)) 350 if (NULL == getcwd (pwd, PATH_MAX))