X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Foracle.c;h=38f08f2b91b6a8e7842b3f46770e7e788c9c6f74;hb=fc0ff427d748c12348bc6225e96f9cf615c77bce;hp=c76bce2011c2a677a6eeaa17b49b122a29c45d84;hpb=ec51ddee94fa2ba1e01fe0e336ccc9c190a198ff;p=collectd.git diff --git a/src/oracle.c b/src/oracle.c index c76bce20..38f08f2b 100644 --- a/src/oracle.c +++ b/src/oracle.c @@ -583,6 +583,8 @@ static int o_read_database_query(o_database_t *db, /* {{{ */ } } /* }}} while (42) */ + udb_query_finish_result (q, prep_area); + /* DEBUG ("oracle plugin: o_read_database_query: This statement succeeded: * %s", q->statement); */ FREE_ALL;