mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
fix memleak IDEADEV-37024
This commit is contained in:
@@ -366,6 +366,12 @@ public class DebuggerTreeBase extends DnDAwareTree implements Disposable {
|
||||
}
|
||||
|
||||
public void dispose() {
|
||||
final JComponent tooltip = myCurrentTooltip;
|
||||
if (tooltip != null) {
|
||||
tooltip.setVisible(false);
|
||||
}
|
||||
myCurrentTooltip = null;
|
||||
myCurrentTooltipNode = null;
|
||||
Disposer.dispose(myTipManager);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user