mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
fix for review IDEA-CR-6143 - fix mem leak
This commit is contained in:
+6
@@ -149,6 +149,12 @@ public class XDebuggerEvaluationDialog extends DialogWrapper {
|
||||
init();
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void dispose() {
|
||||
super.dispose();
|
||||
myMainPanel.removeAll();
|
||||
}
|
||||
|
||||
private void updateSourcePosition() {
|
||||
ApplicationManager.getApplication().invokeLater(new Runnable() {
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user