statsd plugin: Free latency counter and AVL trees.
authorFlorian Forster <octo@collectd.org>
Sat, 30 May 2015 21:13:42 +0000 (23:13 +0200)
committerFlorian Forster <octo@collectd.org>
Sat, 30 May 2015 21:13:42 +0000 (23:13 +0200)
commit042342e6323c10064c77800e9a8f974ba73a1294
tree8e348bcdca212f56fdec8fb28c7980171df58977
parent9b43c4ca7442e7886c1fbe339ce57f297872269f
statsd plugin: Free latency counter and AVL trees.

latency counters (used by TIMER metrics) and AVL trees (used by SET metrics)
were not freed when cleaning up unused metrics. This resulted in leaked memory.

Fixes: #997
src/statsd.c