Close input stream in SmaliMod.java

This commit is contained in:
footpatch 2017-08-25 20:47:31 +02:00 committed by GitHub
parent 481299c748
commit 1fddb05b71

View File

@ -82,6 +82,7 @@ public class SmaliMod {
smaliParser.smali_file_return result = parser.smali_file();
if (parser.getNumberOfSyntaxErrors() > 0 || lexer.getNumberOfSyntaxErrors() > 0) {
is.close();
return false;
}