Closed
Bug 715615
Opened 13 years ago
Closed 13 years ago
nsHTMLTableElement CC handling is suspicious
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: smaug, Assigned: smaug)
Details
Attachments
(1 file)
3.19 KB,
patch
|
bzbarsky
:
review+
|
Details | Diff | Splinter Review |
nsHTMLTableElement doesn't unlink mTBodies nor mRows,
and mRows doesn't unlink mOrphanRows.
I haven't figured out whether there can a real leak somewhere, but I've
seen few CC logs where table element keeps a DOM tree alive and table element
has one unknown edge to it.
Assignee | ||
Comment 1•13 years ago
|
||
And to clarify, I haven't seen shutdown leaks, but only suspicious CC logs.
Assignee | ||
Comment 2•13 years ago
|
||
There should be null checks for all the unlinked variables.
Assignee: nobody → bugs
Attachment #586495 -
Flags: review?(bzbarsky)
Comment 3•13 years ago
|
||
Comment on attachment 586495 [details] [diff] [review]
patch
r=me
Attachment #586495 -
Flags: review?(bzbarsky) → review+
Assignee | ||
Comment 4•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•