Skip to content

Commit

Permalink
ScriptProfile: Attempt to fix ISE due to Context is already closed
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Hotze <[email protected]>
  • Loading branch information
florian-h05 committed Nov 2, 2024
1 parent 9646607 commit 4793ec9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ public void deactivate() {

// cleanup script engines
scriptCache.values().forEach(this::disposeScriptRecord);
scriptCache.clear();
}

@Override
Expand Down

0 comments on commit 4793ec9

Please sign in to comment.