clear info and identifiers after writing

git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@799 379699f6-c40d-0410-875b-85095c16579e
stable
jochen 26 years ago
parent 09f116e3ba
commit 54c64e5d3f
  1. 2
      jode/jode/obfuscator/ClassIdentifier.java

@ -434,6 +434,8 @@ public class ClassIdentifier extends Identifier {
if (GlobalOptions.verboseLevel > 0)
GlobalOptions.err.println("Writing "+this);
info.write(out);
info = null;
identifiers = null;
}
public Identifier getParent() {

Loading…
Cancel
Save