Skip to content

Commit c0e84b2

Browse files
committed
Clear invocationListener when releasing ScriptInvocation
1 parent b416583 commit c0e84b2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

core/src/main/java/org/mini2Dx/miniscript/core/ScriptInvocation.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ public void release() {
102102
priority = 0;
103103
invokeTimestamp = 0L;
104104
interactive = false;
105+
invocationListener = null;
105106
invocationPool.release(this);
106107
}
107108

0 commit comments

Comments
 (0)