From 3de7ecb5ee57b4f0644f89da99d17cfdd67fae1d Mon Sep 17 00:00:00 2001 From: ytetsuro Date: Mon, 18 May 2020 13:59:40 +0900 Subject: style: add empty line. --- system/database/drivers/oci8/oci8_driver.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'system/database') diff --git a/system/database/drivers/oci8/oci8_driver.php b/system/database/drivers/oci8/oci8_driver.php index 4dc665f33..31bda5eb5 100644 --- a/system/database/drivers/oci8/oci8_driver.php +++ b/system/database/drivers/oci8/oci8_driver.php @@ -686,10 +686,12 @@ class CI_DB_oci8_driver extends CI_DB { { oci_free_statement($this->curs_id); } + if (is_resource($this->stmt_id)) { oci_free_statement($this->stmt_id); } + oci_close($this->conn_id); } -- cgit v1.2.3-24-g4f1b