postgresql plugin: Add a couple of PQclear() calls.
authorFlorian Forster <octo@huhu.verplant.org>
Thu, 16 Oct 2008 08:05:31 +0000 (10:05 +0200)
committerFlorian Forster <octo@huhu.verplant.org>
Thu, 16 Oct 2008 08:07:41 +0000 (10:07 +0200)
commit4cca3a1b70c8320c613bb249664a3a9f879ff8d5
treea8ae845b0787b22d39ed6b21363885d89db3715f
parent3e792dcf0aaff133abec80d689c26f52a80cd45e
postgresql plugin: Add a couple of PQclear() calls.

The postgresql plugin is missing a couple of PQclear() calls

Thanks to Admin <collectd-info@internode.com.au> for pointing this out.

Signed-off-by: Sebastian Harl <sh@tokkee.org>
Signed-off-by: Florian Forster <octo@huhu.verplant.org>
src/postgresql.c