Bug 49744 - Product Configuration dialog leaks 3 Colors
Summary: Product Configuration dialog leaks 3 Colors
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Update (deprecated - use Eclipse>Equinox>p2) (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows 2000
: P2 major (vote)
Target Milestone: 3.0 M9   Edit
Assignee: Dorian Birsan CLA
QA Contact:
URL:
Whiteboard:
Keywords: performance
Depends on:
Blocks:
 
Reported: 2004-01-08 18:18 EST by Grant Gayed CLA
Modified: 2004-05-02 18:43 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Grant Gayed CLA 2004-01-08 18:18:24 EST
M6

- invoke Help -> Software Updates -> Manage Configuration...
- close the subsequent dialog

Sleak claims that 3 colors are leaked each time this is done.  They're the ones 
created in FormWidgetFactory.initialize() lines 372 - 374.
Comment 1 Dorian Birsan CLA 2004-01-08 19:02:08 EST
Dejan, could you please take a look at this one? Thanks.
Comment 2 Dorian Birsan CLA 2004-05-02 18:43:16 EDT
The ConfigurationPreview.dispose() method was not called when the dialog was 
closed. 
Fixed now.