Skip to content

Commit 591152b

Browse files
committed
fix: CobolResolve.java
* Clear references to child nodes after executing cancelCallStackList
1 parent 7081790 commit 591152b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libcobj/app/src/main/java/jp/osscons/opensourcecobol/libcobj/call/CobolResolve.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -633,5 +633,6 @@ public static void cancelAll() throws CobolRuntimeException {
633633
"Call to 'cancelAll' current stack is NULL");
634634
}
635635
cancelCallStackList(currentCallStackList.getChildren());
636+
currentCallStackList.setChildren(null);
636637
}
637638
}

0 commit comments

Comments
 (0)