Code

src/plugin.c: Free the "data_sets" AVL tree.
authorFlorian Forster <octo@collectd.org>
Sat, 13 Jul 2013 06:20:28 +0000 (08:20 +0200)
committerFlorian Forster <octo@collectd.org>
Sat, 13 Jul 2013 06:20:28 +0000 (08:20 +0200)
commit0e835c8e64bb4bc9119948a3324a8a370bd10356
treedec0fb891ec447ae20f55ebc051dfcf83f35baf3
parent04e34383fa26d39cca3d695169c869206d018f50
src/plugin.c: Free the "data_sets" AVL tree.

This pops up every time I investigate memory leaks and it's annoying me.
src/plugin.c