unclosed cursor
This commit is contained in:
parent
fbb6822891
commit
d82036938a
1 changed files with 1 additions and 1 deletions
|
@ -105,8 +105,8 @@ public class HillshadeLayer extends MapTileLayer {
|
|||
}
|
||||
|
||||
} while(cursor.moveToNext());
|
||||
cursor.close();
|
||||
}
|
||||
cursor.close();
|
||||
}
|
||||
|
||||
private Map<String, SQLiteTileSource> readFiles(final OsmandApplication app, File tilesDir, Map<String, Long> fileModified) {
|
||||
|
|
Loading…
Reference in a new issue