Skip to content

Memory Issue #58

@ghost

Description

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
memory

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions