From 862d9416e6e4fc2bd493d5c89a58187218fe4e51 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 30 Jan 2015 12:18:20 +0000 Subject: -fix leak --- src/util/configuration.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/util/configuration.c b/src/util/configuration.c index 26e65a378..f1c1db483 100644 --- a/src/util/configuration.c +++ b/src/util/configuration.c @@ -1078,6 +1078,7 @@ GNUNET_CONFIGURATION_get_data (const struct GNUNET_CONFIGURATION_Handle *cfg, GNUNET_free (enc); return GNUNET_SYSERR; } + GNUNET_free (enc); return GNUNET_OK; } -- cgit v1.2.3