oracle plugin: Fix a memory leak.
authorFlorian Forster <octo@collectd.org>
Sat, 21 Jan 2012 17:21:46 +0000 (18:21 +0100)
committerFlorian Forster <octo@collectd.org>
Sat, 21 Jan 2012 17:21:46 +0000 (18:21 +0100)
commit77460335ec305aa4fbd8218c6e5c1c849fbef9c0
treed7357448ef5e79e4398d76e45473101d364a466a
parentf6fa5e18f901664a445699b54cf0afe5a3078176
oracle plugin: Fix a memory leak.

Parameters must be freed using OCIDescriptorFree. D'oh!

Thanks to Rena Vetterling for helping me hunt down this problem!

Change-Id: Ic374ae13085c8d2afbdf9a3c0ceef92b485e7723
src/oracle.c