wbrenna / GTFSOffline

A flexible Android transit app for use with any pro-GTFS transit agency!
GNU General Public License v3.0
30 stars 8 forks source link

Leaked Databases #5

Closed wbrenna closed 10 years ago

wbrenna commented 10 years ago

Even slowly changing tabs leaks databases. Sometimes it still reports database leaks that have been removed from the system! It could be an onPostExecute not being reached due to a screen rotation or something like that...

At the worst I can try taking the closeDB out of onPostExecute and putting it immediately after all database queries.