mirror of
https://github.com/revanced/Apktool.git
synced 2025-01-05 17:45:52 +01:00
close, unclosed ZipFile
This commit is contained in:
parent
57910b7549
commit
ac745599ed
@ -178,6 +178,7 @@ public class Androlib {
|
||||
}
|
||||
}
|
||||
}
|
||||
apkZipFile.close();
|
||||
}
|
||||
catch (DirectoryException ex) {
|
||||
throw new AndrolibException(ex);
|
||||
|
Loading…
Reference in New Issue
Block a user