stats plugin: Fix reference of undeclared symbol.
authorFlorian Forster <octo@collectd.org>
Sat, 30 May 2015 21:17:53 +0000 (23:17 +0200)
committerFlorian Forster <octo@collectd.org>
Sat, 30 May 2015 21:17:55 +0000 (23:17 +0200)
Issue: #997

src/statsd.c

index ebb7c1e..f6811b6 100644 (file)
@@ -216,7 +216,6 @@ static void statsd_metric_free (statsd_metric_t *metric) /* {{{ */
     metric->set = NULL;
   }
 
-  sfree (name);
   sfree (metric);
 } /* }}} void statsd_metric_free */