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~125^2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15e7c7f36e8825a3f88854057eb7636df1fd6674;p=thirdparty%2Fcollectd.git stats plugin: Fix reference of undeclared symbol. Issue: #997 --- diff --git a/src/statsd.c b/src/statsd.c index ebb7c1ebd..f6811b6fb 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 */