mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-24 14:24:54 +00:00
[Android] Fix possible leak of fileCursor
This commit is contained in:
parent
2959f3607c
commit
6a870c2417
1 changed files with 1 additions and 1 deletions
|
@ -251,7 +251,7 @@ public final class GameDatabase extends SQLiteOpenHelper
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
fileCursor.close();
|
||||
folderCursor.close();
|
||||
database.close();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue