Skip to content

Commit

Permalink
Fix potential memory leak when disabling the plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonFlapse committed May 14, 2024
1 parent 0fafe27 commit 9f3ad66
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ public void shutDown() {
for (Overlay overlay : activeOverlays.values()) {
overlayManager.remove(overlay);
}
activeOverlays.clear();
}

private static String getActorName(Actor actor) {
Expand Down

0 comments on commit 9f3ad66

Please sign in to comment.