Closed
Bug 664464
Opened 14 years ago
Closed 14 years ago
Unlink XBL some more
Categories
(Core :: XBL, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: smaug, Assigned: smaug)
References
Details
Attachments
(1 file)
2.06 KB,
patch
|
sicking
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Attachment #539560 -
Flags: review?(jonas)
Comment on attachment 539560 [details] [diff] [review]
patch
Why is mNextBinding needed? Leaving just those pointers should never create a cycle unless we have some really horrible bugs.
r=me if you explain why that's unlinked.
Attachment #539560 -
Flags: review?(jonas) → review+
Assignee | ||
Comment 2•14 years ago
|
||
mNextBinding may have mContent pointing to element which keeps
document alive.
Assignee | ||
Comment 3•14 years ago
|
||
Though, ofc mNextBinding should unlink its mContent.
But still, I'd like to keep unlinking "complete" when possible.
Assignee | ||
Comment 4•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
But that gets unlinked, right?
You need to log in
before you can comment on or make changes to this bug.
Description
•