Bug 96732 - [Browser] Leak: BrowserViewer not disposing Clipboard
Summary: [Browser] Leak: BrowserViewer not disposing Clipboard
Status: RESOLVED FIXED
Alias: None
Product: Platform
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: Dejan Glozic CLA
QA Contact:
URL:
Whiteboard:
Keywords: performance
Depends on:
Blocks:
 
Reported: 2005-05-25 20:23 EDT by Darin Swanson CLA
Modified: 2005-05-25 20:46 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 2005-05-25 20:23:49 EDT
org.eclipse.ui.internal.browser.BrowserViewer allocates a Clipboard on line 
183.
This clipboard is not disposed when the viewer is disposed --> leak of one 
clipboard for each open/close of the viewer.
Comment 1 Dejan Glozic CLA 2005-05-25 20:46:17 EDT
Fair enough.

Fixed.