mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-10 14:39:01 +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();
|
folderCursor.close();
|
||||||
database.close();
|
database.close();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user