write_riemann plugin: Fix a memory leak.
authorFlorian Forster <octo@collectd.org>
Sun, 21 Apr 2013 16:28:01 +0000 (18:28 +0200)
committerFlorian Forster <octo@collectd.org>
Sun, 21 Apr 2013 16:28:01 +0000 (18:28 +0200)
commit2dc2d5d5a7b11115441ac3f4ace1c4bea83bb915
tree60a174bae54304cafae4a1b490e9ca2144d3ad02
parent24f69e4d1d6d41c049561431e01c937772b95ba6
write_riemann plugin: Fix a memory leak.

Attributes were allocated and added to the event but not freed. D'oh!
Thanks to @dch for reporting this!

Github: #307
src/write_riemann.c