src/utils_db_query.c: Fix use-after-free.
[collectd.git] / src / utils_cache.c
index fa6e660..e77f994 100644 (file)
@@ -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;
     }