summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
authorytetsuro <phper.0o0@gmail.com>2020-05-18 06:59:40 +0200
committerGitHub <noreply@github.com>2020-05-18 06:59:40 +0200
commit3de7ecb5ee57b4f0644f89da99d17cfdd67fae1d (patch)
tree88f03f46ed51a4b634a0e5eb4481f5090d16073e /system
parent432c22ba111a4b3c5c2f96edbb47c22b0e7dbf36 (diff)
style: add empty line.
Diffstat (limited to 'system')
-rw-r--r--system/database/drivers/oci8/oci8_driver.php2
1 files changed, 2 insertions, 0 deletions
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);
}