Bug 95884 - PDE PreferenceDialog leaks Handles
Summary: PDE PreferenceDialog leaks Handles
Status: RESOLVED FIXED
Alias: None
Product: PDE
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.1   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.1 RC1   Edit
Assignee: Janek Lasocki-Biczysko CLA
QA Contact:
URL:
Whiteboard:
Keywords: performance
Depends on:
Blocks:
 
Reported: 2005-05-18 21:54 EDT by Chris Laffra CLA
Modified: 2006-03-29 11:59 EST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Laffra CLA 2005-05-18 21:54:49 EDT
On 3.1M7: Window > Preferences > Plug-in Development > Target Platform

Each time this preference page is shown, 6 OS handles are leaked.
Usually, this indicates creation of a font/image that is not disposed.
This means we can only open this dialog 200 times until Windows collapses :-)
May be sooner on Linux.
Comment 1 Wassim Melhem CLA 2005-05-18 21:56:57 EDT
Thanks Chris.  Given the number 6, I suspect the Source Code Locations tab is 
the culprit.
Comment 2 Chris Laffra CLA 2005-05-18 22:00:11 EDT
Looks like a good guess, with 6 tree items shown (for me, at least)
Comment 3 Wassim Melhem CLA 2005-05-18 22:05:37 EDT
Janek to stop the leaks.
Comment 4 Wassim Melhem CLA 2005-05-19 19:08:56 EDT
Fixed.