Skip to content
This repository has been archived by the owner on Feb 15, 2022. It is now read-only.

Misc Memory Leaks #117

Open
shemnon opened this issue Apr 10, 2013 · 1 comment
Open

Misc Memory Leaks #117

shemnon opened this issue Apr 10, 2013 · 1 comment

Comments

@shemnon
Copy link

shemnon commented Apr 10, 2013

  • BasicPopupPanelUI holds on to the last traced frame in a static field, leaking memory
  • BasicCommandPopupMenuUI adds a listener when it should be removing a listener on dispose
@IvanRF
Copy link

IvanRF commented Aug 31, 2016

So, for the second point: BasicCommandPopupMenuUI.java#L508 should be:

PopupPanelManager.defaultManager().removePopupListener(this.popupListener);

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants