mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
[Android] Fix possible leak of fileCursor
This commit is contained in:
@ -251,7 +251,7 @@ public final class GameDatabase extends SQLiteOpenHelper
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
fileCursor.close();
|
||||
folderCursor.close();
|
||||
database.close();
|
||||
}
|
||||
|
Reference in New Issue
Block a user