projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
984f37c
)
src/utils_cache.c: `ce' *is* written to in `c_avl_remove'.
author
Florian Forster
<octo@huhu.verplant.org>
Wed, 8 Jul 2009 09:55:33 +0000
(11:55 +0200)
committer
Florian Forster
<octo@huhu.verplant.org>
Wed, 8 Jul 2009 09:55:33 +0000
(11:55 +0200)
Therefore we should definitely free it.
src/utils_cache.c
patch
|
blob
|
history
diff --git
a/src/utils_cache.c
b/src/utils_cache.c
index
7b584c5
..
60d3283
100644
(file)
--- a/
src/utils_cache.c
+++ b/
src/utils_cache.c
@@
-304,6
+304,7
@@
int uc_check_timeout (void)
}
sfree (keys[i]);
sfree (key);
+ cache_free (ce);
continue;
}