Closed
Bug 15365
Opened 25 years ago
Closed 25 years ago
[mlk] nsTabFrame methods bleed content refcnts
Categories
(Core :: XUL, defect, P3)
Core
XUL
Tracking
()
VERIFIED
FIXED
People
(Reporter: waterson, Assigned: eric)
References
()
Details
I'm not sure if they are ever really _called_, but if it is, the content model
is leaked in a big way from:
GetChildWithTag()
http://lxr.mozilla.org/seamonkey/source/layout/xul/base/src/nsTabFrame.cpp#107
GetTabControl()
http://lxr.mozilla.org/seamonkey/source/layout/xul/base/src/nsTabFrame.cpp#141
GetIndexInParent()
http://lxr.mozilla.org/seamonkey/source/layout/xul/base/src/nsTabFrame.cpp#161
The refcnt leakage is obvious from inspection, and should be straightforward to
fix.
Assignee | ||
Updated•25 years ago
|
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Reporter | ||
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 1•25 years ago
|
||
Marked VERIFED FIXED by waterson.
BULK MOVE: Changing component from XUL to XP Toolkit/Widgets: XUL. XUL
component will be deleted.
Component: XP Toolkit/Widgets: XUL → XUL
QA Contact: ckritzer → xptoolkit.widgets
You need to log in
before you can comment on or make changes to this bug.
Description
•