X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Foracle.c;h=4bca8387c4bff01a1518c6fd1224c12568ad909f;hb=7f07c55bac640c7a50d516248a3152235a14af59;hp=c76bce2011c2a677a6eeaa17b49b122a29c45d84;hpb=d486225f89ea52d8ed2b4242eba2ad94c409f837;p=collectd.git diff --git a/src/oracle.c b/src/oracle.c index c76bce20..4bca8387 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;