unclosed cursor

This commit is contained in:
Koen Rabaey 2014-05-22 22:33:28 +02:00
parent fbb6822891
commit d82036938a

View file

@ -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) {