]> granicus.if.org Git - php/commit
Fix leak on sqlite3 open error
authorNikita Popov <nikita.ppv@gmail.com>
Tue, 25 Jun 2019 10:46:58 +0000 (12:46 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Tue, 25 Jun 2019 12:28:58 +0000 (14:28 +0200)
commit8277acefbd62a5a4846a10d1d9b4f7daa36ee363
tree40d6c12319c79a382f2e39459427e80111674ba1
parent6fcae63f614d1ed4aaeaff7b13a7a4627b1f1312
Fix leak on sqlite3 open error

sqlite3_open creates the database object even if the operation
fails.
ext/sqlite3/sqlite3.c