1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-03 07:05:24 +02:00

merges from IBM RSE - memory cleaning

This commit is contained in:
David McKnight 2007-08-31 14:15:10 +00:00
parent ccc1549df4
commit 5205b3765d

View file

@ -567,6 +567,7 @@ public abstract class RemoteCmdSubSystem extends SubSystem implements IRemoteCmd
{
_defaultShell = null;
}
cmdShell.removeOutput();
_cmdShells.remove(command);
Display.getDefault().asyncExec(new RefreshRemovedShell(this, cmdShell));
}