From f0fbde90f3316fe2729f1f6f758a25b4b5cb7297 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Wed, 17 Jun 2015 15:20:41 +0200 Subject: [PATCH] src/utils_cache.c: Remove incorrect free. "ce" is not updated / used in this loop, so it would be theoretically possible for "ce" to be freed twice. --- src/utils_cache.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/utils_cache.c b/src/utils_cache.c index fa6e6603..e77f9942 100644 --- a/src/utils_cache.c +++ b/src/utils_cache.c @@ -315,7 +315,6 @@ int uc_check_timeout (void) if (status != 0) { ERROR ("uc_check_timeout: parse_identifier_vl (\"%s\") failed.", keys[i]); - cache_free (ce); continue; } -- 2.11.0