Apktool/brut.apktool
Al Sutton c294e014e0
Resolve a resource leak where the ZipFile is not closed (#3618)
If th zip entry for resources.arsc is not found an exception is
thrown, but the ZipFile is not closed. Using try-with-resources
means that the ZipFile will always be closed irrespective of how
the code block exits.
2024-06-11 06:42:47 -04:00
..