mirror of
https://github.com/libretro/RetroArch
synced 2025-02-07 21:39:54 +00:00
Merge pull request #477 from iAmGhost/fix_android_resource_leak
Fixed zipFile resource leaking.
This commit is contained in:
commit
471c73b6da
@ -203,6 +203,8 @@ public final class DetectCoreDirectoryFragment extends DirectoryFragment
|
||||
fileExt = getFileExt(zipEntry.getName());
|
||||
}
|
||||
}
|
||||
|
||||
zipFile.close();
|
||||
}
|
||||
catch(IOException e)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user