]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/internal/codegen/ssa/SSAClosure.java
Added memory leak test and fixed the leak by removing references
[simantics/platform.git] / bundles / org.simantics.scl.compiler / src / org / simantics / scl / compiler / internal / codegen / ssa / SSAClosure.java
index 57748b284b436c727109433613296de9e6910148..3dd77d926b519c495436cb22324b9826386d513e 100644 (file)
@@ -104,5 +104,7 @@ public abstract class SSAClosure implements Printable, BoundVarBinder {
     }
 
     public abstract void forValRefs(ValRefVisitor visitor);
+
+    public abstract void cleanup();
     
 }