Closed
Bug 324649
Opened 19 years ago
Closed 19 years ago
MLK: document.write after redirect leaks 1 document and 1 docshell
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
DUPLICATE
of bug 323441
People
(Reporter: saj, Unassigned)
References
()
Details
(Keywords: memory-leak, testcase)
Attachments
(1 file)
162 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9a1) Gecko/20060125 Firefox/1.6a1
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9a1) Gecko/20060125 Firefox/1.6a1
When document.write is called after a top.location.href is used to redirect the page, memory leaks occur.
Reproducible: Always
Steps to Reproduce:
Reporter | ||
Comment 1•19 years ago
|
||
Minimal test case attached.
Updated•19 years ago
|
Comment 2•19 years ago
|
||
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9a1) Gecko/20060125 Firefox/1.6a1 ID:2006012505
I see this too with the testcase & leak-gauge.pl
Comment 3•19 years ago
|
||
Leak gauge reports a leak of 1 document and 1 docshell when loading the testcase. This occurs in both Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20060124 Firefox/1.6a1 and SeaMonkey trunk build 2006012309.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 5•19 years ago
|
||
*** This bug has been marked as a duplicate of 323441 ***
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•