mirror of
https://github.com/revanced/Apktool.git
synced 2025-06-12 05:07:41 +02:00
close, unclosed ZipFile
This commit is contained in:
@ -178,6 +178,7 @@ public class Androlib {
|
||||
}
|
||||
}
|
||||
}
|
||||
apkZipFile.close();
|
||||
}
|
||||
catch (DirectoryException ex) {
|
||||
throw new AndrolibException(ex);
|
||||
|
Reference in New Issue
Block a user