summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: dd324a1)
raw | patch | inline | side by side (parent: dd324a1)
author | Florian Forster <octo@collectd.org> | |
Wed, 17 Jun 2015 13:20:41 +0000 (15:20 +0200) | ||
committer | Florian Forster <octo@collectd.org> | |
Wed, 17 Jun 2015 13:20:44 +0000 (15:20 +0200) |
"ce" is not updated / used in this loop, so it would be theoretically
possible for "ce" to be freed twice.
possible for "ce" to be freed twice.
src/utils_cache.c | patch | blob | history |
diff --git a/src/utils_cache.c b/src/utils_cache.c
index fa6e6603ec3e10eedcdc6ea7d56ab64a0b04db6e..e77f9942c8ffe5273f55744e53a2513e5df22a77 100644 (file)
--- a/src/utils_cache.c
+++ b/src/utils_cache.c
if (status != 0)
{
ERROR ("uc_check_timeout: parse_identifier_vl (\"%s\") failed.", keys[i]);
- cache_free (ce);
continue;
}