projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
042342e
)
stats plugin: Fix reference of undeclared symbol.
author
Florian Forster
<octo@collectd.org>
Sat, 30 May 2015 21:17:53 +0000
(23:17 +0200)
committer
Florian Forster
<octo@collectd.org>
Sat, 30 May 2015 21:17:55 +0000
(23:17 +0200)
Issue: #997
src/statsd.c
patch
|
blob
|
history
diff --git
a/src/statsd.c
b/src/statsd.c
index
ebb7c1e
..
f6811b6
100644
(file)
--- a/
src/statsd.c
+++ b/
src/statsd.c
@@
-216,7
+216,6
@@
static void statsd_metric_free (statsd_metric_t *metric) /* {{{ */
metric->set = NULL;
}
- sfree (name);
sfree (metric);
} /* }}} void statsd_metric_free */