[Android] Fix possible leak of fileCursor
This commit is contained in:
parent
2959f3607c
commit
6a870c2417
|
@ -251,7 +251,7 @@ public final class GameDatabase extends SQLiteOpenHelper
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
fileCursor.close();
|
||||
folderCursor.close();
|
||||
database.close();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue