I am finding an issue where tabs that are closed do not clean up their memory.
This happened when transitioning from 1.1.2p15 to 1.1.2p16.
If I comment out the following line of code that was added for 1.1.2p16, I no longer have memory issues.
From AbstractTabLayoutManagerPane.java:
public void controllerChanged( TabPane pane, DockController controller ){
// useSmallMinimumSize.setProperties( controller );
}
This only seems to happen when using the KEY_ECLIPSE_THEME
control.setTheme(ThemeMap.KEY_ECLIPSE_THEME);
Heap Walker Capture Attached

I am finding an issue where tabs that are closed do not clean up their memory.
This happened when transitioning from 1.1.2p15 to 1.1.2p16.
If I comment out the following line of code that was added for 1.1.2p16, I no longer have memory issues.
From AbstractTabLayoutManagerPane.java:
This only seems to happen when using the KEY_ECLIPSE_THEME
Heap Walker Capture Attached
