Bug 465562 - FormImages$SimpleSectionGradientImageDescriptor leaks Color
Summary: FormImages$SimpleSectionGradientImageDescriptor leaks Color
Status: VERIFIED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.5   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: 4.5 M7   Edit
Assignee: Simon Scholz CLA
QA Contact:
URL:
Whiteboard:
Keywords: greatfix
Depends on:
Blocks:
 
Reported: 2015-04-27 08:00 EDT by Markus Keller CLA
Modified: 2015-04-28 15:25 EDT (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 Markus Keller CLA 2015-04-27 08:00:39 EDT
After bug 430205, org.eclipse.ui.internal.forms.widgets.FormImages$SimpleSectionGradientImageDescriptor.createImage(FormImages.java:298) leaks the Color originalBgColor.
Comment 1 Eclipse Genie CLA 2015-04-27 17:08:18 EDT
New Gerrit change created: https://git.eclipse.org/r/46595
Comment 3 Dani Megert CLA 2015-04-28 11:57:25 EDT
Thanks Simon!
Comment 4 Lars Vogel CLA 2015-04-28 15:25:16 EDT
Verified by looking really hard at the .dispose() statement.