Bug 387242 - Unmanaged HTML models can be leaked because of preference listener
Summary: Unmanaged HTML models can be leaked because of preference listener
Status: RESOLVED FIXED
Alias: None
Product: WTP Source Editing
Classification: WebTools
Component: wst.html (show other bugs)
Version: 3.4   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: 3.4.1   Edit
Assignee: Nick Sandonato CLA
QA Contact: Nick Sandonato CLA
URL:
Whiteboard:
Keywords: performance
Depends on:
Blocks:
 
Reported: 2012-08-14 16:23 EDT by Nick Sandonato CLA
Modified: 2012-08-14 16:35 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nick Sandonato CLA 2012-08-14 16:23:41 EDT
It is possible for the HTMLDocumentTypeAdapterFactory to retain unmanaged HTML models because of leaked preference listeners. If an unmanaged model is not released, it will not remove the HTMLDocumentTypeAdapterFactory as a preference listener.
Comment 1 Nick Sandonato CLA 2012-08-14 16:35:24 EDT
Pushed the changes.