Closed
Bug 43375
Opened 26 years ago
Closed 25 years ago
nsTempleLayout leaks monuments
Categories
(Core :: XUL, defect, P3)
Core
XUL
Tracking
()
VERIFIED
FIXED
M18
People
(Reporter: waterson, Assigned: hyatt)
References
()
Details
(Keywords: memory-leak, Whiteboard: [nsbeta3+])
"I've got my eight sided dice,
I've got my dungeon master's guide,
Waiting there for me, yes I do!"
-- Weezer, In the Garage
According to beard's leak detector, the mMonument object allocated at the above
URL is dropped on the floor. Don't see "delete mMonuments" in the dtor (don't see
a dtor at all -- is that the problem). Where is mMonuments supposed to be cleaned
up?
| Reporter | ||
Comment 1•26 years ago
|
||
for more information, see
http://ftp.mozilla.org/pub/leak-reports/2000-06-21-mozilla-
roots.html#nsBoxSizeListImpl_84
which should be available after 4:30pm PST today.
Comment 4•25 years ago
|
||
nsbeta3+, reassign to hyatt to investigate monument desecration.
Assignee: evaughan → hyatt
Status: ASSIGNED → NEW
Whiteboard: [nsbeta3+]
| Assignee | ||
Comment 5•25 years ago
|
||
Fixed. dtor now deletes mMonuments like it's supposed to.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Comment 6•25 years ago
|
||
rotflol
Component: XP Toolkit/Widgets: Trees → XUL
QA Contact: jrgmorrison → xptoolkit.widgets
You need to log in
before you can comment on or make changes to this bug.
Description
•