Closed
Bug 52723
Opened 24 years ago
Closed 24 years ago
leaking xul documents when a document is used through JS to create an element not added to that document's content model
Categories
(Core :: XUL, defect, P3)
Tracking
()
People
(Reporter: Bienvenu, Assigned: waterson)
Details
(Keywords: memory-leak)
dbaron writes in 51777 -
"Erm... I *think* this is a very basic problem. I think (based on a quick look
at the code) that we leak the document whenever a document is used
through JS to create an element that is not added to that document's
content model. (I'm surprised we didn't see this earlier.) I have to look
and see whether we set the document to null on creation, or whether we
use the document whose factory method is being used. If the former, this
could be easy to fix, although it means sacrificing persistence of user-
decorated properties on elements before they are added to the document,
in some cases."
Reporter | ||
Comment 1•24 years ago
|
||
Chris, I don't know if it's a general dom1 problem or specific to XUL - it's an
nsXULDocument that's getting leaked so I'm taking a guess and assigning it to
you (sorry :-( ) cc'ing dbaron if he has thoughts on a better assignment.
Keywords: mlk
Comment 2•24 years ago
|
||
Well, we both filed this about the same time. I'm going to mark this a
duplicate of the other rather than repeat myself...
*** This bug has been marked as a duplicate of 52726 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Component: XP Toolkit/Widgets: XUL → XUL
QA Contact: jrgmorrison → xptoolkit.widgets
You need to log in
before you can comment on or make changes to this bug.
Description
•