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.
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.