mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-08 17:45:24 +02:00
proper monitor view disposal
This commit is contained in:
parent
383862ce3f
commit
e7efe65acd
1 changed files with 4 additions and 0 deletions
|
@ -689,6 +689,10 @@ class SubSetAction extends BrowseAction
|
||||||
|
|
||||||
SystemRegistry registry = RSEUIPlugin.getTheSystemRegistry();
|
SystemRegistry registry = RSEUIPlugin.getTheSystemRegistry();
|
||||||
registry.removeSystemResourceChangeListener(this);
|
registry.removeSystemResourceChangeListener(this);
|
||||||
|
registry.removeSystemRemoteChangeListener(this);
|
||||||
|
|
||||||
|
SystemTableTreeView viewer = (SystemTableTreeView)getRSEViewer();
|
||||||
|
viewer.dispose();
|
||||||
super.dispose();
|
super.dispose();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue