mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-16 20:55:44 +02:00
Bug 367467 - Generate Getters and Setters leaks memory
This commit is contained in:
parent
d9f0129f6d
commit
6755ff6b79
1 changed files with 7 additions and 0 deletions
|
@ -229,4 +229,11 @@ public class GenerateGettersAndSettersInputPage extends UserInputWizardPage impl
|
|||
variableSelectionView.refresh();
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public void dispose() {
|
||||
super.dispose();
|
||||
IEclipsePreferences node = InstanceScope.INSTANCE.getNode(CUIPlugin.PLUGIN_ID);
|
||||
node.removePreferenceChangeListener(this);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue