projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9204a08
)
filecount plugin: fix leak on error path
author
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Sat, 28 Nov 2015 22:13:01 +0000
(23:13 +0100)
committer
Marc Fournier
<marc.fournier@camptocamp.com>
Mon, 30 Nov 2015 21:56:53 +0000
(22:56 +0100)
src/filecount.c
patch
|
blob
|
history
diff --git
a/src/filecount.c
b/src/filecount.c
index
47f99e9
..
03c018b
100644
(file)
--- a/
src/filecount.c
+++ b/
src/filecount.c
@@
-356,6
+356,7
@@
static int fc_config_add_dir (oconfig_item_t *ci)
if (dir->path == NULL)
{
ERROR ("filecount plugin: strdup failed.");
+ sfree (dir);
return (-1);
}