From: Florian Forster Date: Sat, 30 May 2015 21:17:53 +0000 (+0200) Subject: stats plugin: Fix reference of undeclared symbol. X-Git-Tag: collectd-5.5.1~116^2~15 X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=15e7c7f36e8825a3f88854057eb7636df1fd6674;p=collectd.git stats plugin: Fix reference of undeclared symbol. Issue: #997 --- diff --git a/src/statsd.c b/src/statsd.c index ebb7c1eb..f6811b6f 100644 --- 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 */