stats plugin: Fix reference of undeclared symbol.
[collectd.git] / 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 */