From: Arran Cudbard-Bell Date: Thu, 17 May 2018 07:44:57 +0000 (+0600) Subject: Free temporary config sections in dependency_version_print X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=77d6a14af2fb3b3159d402cefa40cc84f70f6925;p=thirdparty%2Ffreeradius-server.git Free temporary config sections in dependency_version_print --- diff --git a/src/main/dependency.c b/src/main/dependency.c index 4acea740ad4..21dab73d1d0 100644 --- a/src/main/dependency.c +++ b/src/main/dependency.c @@ -626,6 +626,9 @@ void dependency_version_print(void) (int)(max - talloc_array_length(attr)), spaces, cf_pair_value(cp)); } + talloc_free(features); + talloc_free(versions); + #ifdef WITH_TLS DEBUG3("OpenSSL engines:"); for (engine = ENGINE_get_first();