]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Free temporary config sections in dependency_version_print
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 17 May 2018 07:44:57 +0000 (13:44 +0600)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 17 May 2018 07:44:57 +0000 (13:44 +0600)
src/main/dependency.c

index 4acea740ad414cd2df7e403844be6565189310f2..21dab73d1d03d6d9448507f9a322bf6035e5ead4 100644 (file)
@@ -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();