mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-10 06:29:00 +01:00
[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…
x
Reference in New Issue
Block a user