Fix leakage
This commit is contained in:
parent
9b81a56236
commit
3a89872536
1 changed files with 1 additions and 0 deletions
|
@ -87,6 +87,7 @@ public class OsmBugsDbHelper extends SQLiteOpenHelper {
|
||||||
} while (query.moveToNext());
|
} while (query.moveToNext());
|
||||||
}
|
}
|
||||||
query.close();
|
query.close();
|
||||||
|
db.close();
|
||||||
}
|
}
|
||||||
return cachedOsmbugsPoints;
|
return cachedOsmbugsPoints;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue