Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix resource leak if sqlite open fails
We already closed the db on failed attempts but only on two specific error codes. We'll need to close it no matter what.
- Loading branch information