mysql plugin: Call mysql_init() only once.
authorFlorian Forster <octo@collectd.org>
Mon, 25 Mar 2013 06:28:36 +0000 (07:28 +0100)
committerFlorian Forster <octo@collectd.org>
Mon, 25 Mar 2013 06:33:22 +0000 (07:33 +0100)
commitdee89f856ffba3fcfccf530cd98f4d515bb46728
tree2fcfa7f980347cb2b77fb759def5b8247712480d
parent01a4d0ac2dec01b668a6cb80136a166ec8548a97
mysql plugin: Call mysql_init() only once.

Apparently, if you call it with a structure allocated by mysql_init()
itself, it leaks memory. Thanks to Yves Mettier for pointing this out!

Fixes Github issue #274.
src/mysql.c