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 c76bce2..38f08f2 100644 (file)
@@ -583,6 +583,8 @@ static int o_read_database_query(o_database_t *db, /* {{{ */
     }
   } /* }}} while (42) */
 
     }
   } /* }}} while (42) */
 
+  udb_query_finish_result (q, prep_area);
+
   /* DEBUG ("oracle plugin: o_read_database_query: This statement succeeded:
    * %s", q->statement); */
   FREE_ALL;
   /* DEBUG ("oracle plugin: o_read_database_query: This statement succeeded:
    * %s", q->statement); */
   FREE_ALL;