Browse Source

don't hold onto references to AjBuildConfigs

tags/POST_MEMORY_CHANGES
acolyer 18 years ago
parent
commit
e51f62e491

+ 1
- 0
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/core/builder/AsmHierarchyBuilder.java View File

@@ -80,6 +80,7 @@ public class AsmHierarchyBuilder extends ASTVisitor {
stack = new Stack();
this.buildConfig = buildConfig;
internalBuild(cuDeclaration, structureModel);
this.buildConfig = null; // clear reference since this structure is anchored in static
// throw new RuntimeException("not implemented");
}

Loading…
Cancel
Save