Closed
Bug 397069
Opened 18 years ago
Closed 18 years ago
RSS preview leaks XBLDocGlobalObject
Categories
(Core :: XBL, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: sayrer, Unassigned)
References
()
Details
(Keywords: memory-leak)
Attachments
(1 file)
35.00 KB,
text/plain
|
Details |
Steps to reproduce
==================
1.) start browser
2.) navigate to http://scripting.com/rss.xml
3.) quit browser
Reporter | ||
Comment 1•18 years ago
|
||
![]() |
||
Comment 2•18 years ago
|
||
So I'm confused by this. The XBL code cyclec collector traverses the nsJSContext. That should traverse the JSContext and hence its global, right? And that should traverse the xbl global (since PRIVATE_IS_ISUPPORTS is set on the JSClass). So this should be getting cycle-collected. How come it isn't?
Reporter | ||
Comment 3•18 years ago
|
||
This is fixed by the patch in bug 397804.
Reporter | ||
Updated•18 years ago
|
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•