mirror of
https://github.com/revanced/Apktool.git
synced 2024-11-19 02:49:25 +01:00
Merge branch 'footpatch-patch-1'
This commit is contained in:
commit
0a16705430
@ -82,6 +82,8 @@ public class SmaliMod {
|
||||
smaliParser.smali_file_return result = parser.smali_file();
|
||||
|
||||
if (parser.getNumberOfSyntaxErrors() > 0 || lexer.getNumberOfSyntaxErrors() > 0) {
|
||||
is.close();
|
||||
reader.close();
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user