Closed
Bug 42494
Opened 25 years ago
Closed 25 years ago
class nsDocLoaderImpl leaks when browsing about:blank and closing window
Categories
(Core :: Networking, defect, P3)
Tracking
()
People
(Reporter: inaky.gonzalez, Assigned: mscott)
References
()
Details
(Keywords: memory-leak)
Attachments
(1 file)
1.66 KB,
patch
|
Details | Diff | Splinter Review |
When loading with about:blank, I get three instances of nsDocLoaderImpl leaking.
Tried to trace the first one of them but got no luck of which could be the
cause. The other two instances create really complicated trees, so I´m moving up
in the hierarchy to try to search to a possible parent/owner class which is also
leaking.
Reproducible: Always
Steps to Reproduce:
1../mozilla about:blank
2.Quit closing the window without moving the mouse over the lizard window
Either mscott or rpotts should get this. Trying mscott first...
Assignee: gagan → mscott
Reporter | ||
Comment 2•25 years ago
|
||
I'm starting to be pretty confident this leak is caused by nsEventQueueImpl
leaking one instance. I'm looking at that, as almost all the classes which
could be hanging around nsDocLoaderImpl were haivng a nsEventQueueImpl around.
Comment 3•25 years ago
|
||
I thought pav fixed all the nsEventQueueImpl leaks? Have they come back?
Reporter | ||
Comment 4•25 years ago
|
||
Reporter | ||
Comment 5•25 years ago
|
||
Forget that attachment, my navigator went ballistic and posted it to another bug
report, sorry.
Reporter | ||
Comment 6•25 years ago
|
||
Ok, this bug seems to be fired as for #44230, so I´m marking it as a duplicate.
*** This bug has been marked as a duplicate of 44230 ***
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•