From: xrs Date: Tue, 3 Jul 2018 20:47:49 +0000 (+0200) Subject: fix codesonar finding 2366.9987 X-Git-Tag: v0.11.0~322^2~88^2~6 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=18fdfc54ce13a4b67d24c835e013492fc30507db;p=oweals%2Fgnunet.git fix codesonar finding 2366.9987 --- 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,