mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 21:58:48 +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();
|
folderCursor.close();
|
||||||
database.close();
|
database.close();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue