Bug 61427 - LaunchConfigurationDialog leaked for each use
Summary: LaunchConfigurationDialog leaked for each use
Status: VERIFIED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows 2000
: P3 major (vote)
Target Milestone: 3.0 M9   Edit
Assignee: Darin Wright CLA
QA Contact:
URL:
Whiteboard:
Keywords: performance
Depends on:
Blocks:
 
Reported: 2004-05-07 13:31 EDT by Darin Swanson CLA
Modified: 2004-05-10 22:55 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 Darin Swanson CLA 2004-05-07 13:31:54 EDT
The SourceLookupPanel is not removing itself as a listener to the working set 
manager. This keeps the whole lcd in memory for each use.
Comment 1 Darin Swanson CLA 2004-05-07 13:32:58 EDT
Fixed in SourceLookupPanel
Comment 2 Darin Swanson CLA 2004-05-07 14:26:11 EDT
Also changes to SourceLookupTab.
Please verify.
Comment 3 Darin Swanson CLA 2004-05-07 14:29:35 EDT
More changes coming here...lots of people use the source lookup panel and do 
not "dispose" it
Comment 4 Darin Swanson CLA 2004-05-07 15:13:57 EDT
Changes to SourceLookupDialog
Comment 5 Darin Wright CLA 2004-05-10 22:55:47 EDT
Verified.