We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c17a4a6 commit 4ac95acCopy full SHA for 4ac95ac
Classes/PHPExcel/CachedObjectStorage/SQLite.php
@@ -284,7 +284,7 @@ public function __construct(PHPExcel_Worksheet $parent) {
284
public function __destruct() {
285
if (!is_null($this->_DBHandle)) {
286
$this->_DBHandle->queryExec('DROP TABLE kvp_'.$this->_TableName);
287
- $this->_DBHandle->close();
+ sqlite_close($this->_DBHandle);
288
}
289
$this->_DBHandle = null;
290
} // function __destruct()
0 commit comments