From: xrs Date: Wed, 4 Jul 2018 17:11:41 +0000 (+0200) Subject: refix codesonar finding 2366.9987 X-Git-Tag: v0.11.0~322^2~88^2~2 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a08b943874919809fb17656baa0c5e7c99557d92;p=oweals%2Fgnunet.git refix codesonar finding 2366.9987 --- 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))