mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-20 06:35:50 +02:00
merges from IBM RSE - memory cleaning
This commit is contained in:
parent
ccc1549df4
commit
5205b3765d
1 changed files with 1 additions and 0 deletions
|
@ -567,6 +567,7 @@ public abstract class RemoteCmdSubSystem extends SubSystem implements IRemoteCmd
|
||||||
{
|
{
|
||||||
_defaultShell = null;
|
_defaultShell = null;
|
||||||
}
|
}
|
||||||
|
cmdShell.removeOutput();
|
||||||
_cmdShells.remove(command);
|
_cmdShells.remove(command);
|
||||||
Display.getDefault().asyncExec(new RefreshRemovedShell(this, cmdShell));
|
Display.getDefault().asyncExec(new RefreshRemovedShell(this, cmdShell));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue