mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07: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