Close cursor at getAllHistoryMap

This commit is contained in:
Alexey Kulish 2018-05-16 21:19:51 +03:00
parent 1c2893bdc2
commit 9573f7457e

View file

@ -286,6 +286,7 @@ public class TravelLocalDataHelper {
res.put(item.cityId, item); res.put(item.cityId, item);
} while (cursor.moveToNext()); } while (cursor.moveToNext());
} }
cursor.close();
} finally { } finally {
conn.close(); conn.close();
} }