mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-15 20:11:53 +00:00
Fixed: Proper freeing memory after SWF close
This commit is contained in:
@@ -365,7 +365,14 @@ public class PinsPanel extends JPanel {
|
||||
i--;
|
||||
}
|
||||
}
|
||||
|
||||
if (current != null && current.getOpenable() == openable) {
|
||||
current = null;
|
||||
lastSelectedButton = null;
|
||||
}
|
||||
|
||||
save();
|
||||
rebuild();
|
||||
}
|
||||
|
||||
public void replaceItem(TreeItem oldItem, TreeItem newItem) {
|
||||
|
||||
Reference in New Issue
Block a user