Fixed zipFile resource leaking.
This commit is contained in:
parent
c49985ce90
commit
962ee80909
|
@ -203,6 +203,8 @@ public final class DetectCoreDirectoryFragment extends DirectoryFragment
|
|||
fileExt = getFileExt(zipEntry.getName());
|
||||
}
|
||||
}
|
||||
|
||||
zipFile.close();
|
||||
}
|
||||
catch(IOException e)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue