zanedb / open-journal-android

This repository has been archived, but it was once a simple and easy notes platform on Android.
Apache License 2.0
2 stars 0 forks source link

SQLite object leak #11

Closed zanedb closed 7 years ago

zanedb commented 7 years ago

Currently, there is this message in logcat:

A SQLiteConnection object for database '/data/user/0/org.openssf.openjournal/databases/openJournalDB.db' was leaked!  Please fix your application to end transactions in progress properly and to close the database when it is no longer needed.

Meaning there is a DB leak. This will be fixed in the 'performance improvements' update.

zanedb commented 7 years ago

It actually seems like this has been fixed. In my testing, I have now been unable to replicate the error. Likely fixed in commit 9b0cbc5.