]> git.ipfire.org Git - thirdparty/collectd.git/commitdiff
oracle plugin: Add lost udb_query_finish_result().
authorPavel Rochnyack <pavel2000@ngs.ru>
Wed, 11 May 2016 20:04:32 +0000 (02:04 +0600)
committerPavel Rochnyack <pavel2000@ngs.ru>
Thu, 24 May 2018 05:33:18 +0000 (12:33 +0700)
src/oracle.c

index c76bce2011c2a677a6eeaa17b49b122a29c45d84..38f08f2b91b6a8e7842b3f46770e7e788c9c6f74 100644 (file)
@@ -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;