Closed
Bug 32445
Opened 25 years ago
Closed 25 years ago
nsTableCaptionFrame leaked on test4
Categories
(Core :: Layout: Tables, defect, P3)
Tracking
()
VERIFIED
FIXED
People
(Reporter: dbaron, Assigned: karnaze)
References
()
Details
(Keywords: memory-leak)
There are two nsFrames leaked on test4. One of them must be an
nsTableCaptionFrame, since the last style context leaked was created for an
nsTableCaptionFrame (and it holds lots of other earlier style contexts...), and
there's also an nsHTMLTableCaptionElement leaked. I think these leaks are a
significant portion of the leaks on test4. See the refcount balancer log for
the style context (when my computer is on) at:
http://dbaron.student.harvard.edu/u/david/leaks/viewer/test4-StyleContextImpl178.balance
| Reporter | ||
Comment 1•25 years ago
|
||
I no longer see this leak. Was test4 changed recently or is this fixed?
| Assignee | ||
Comment 2•25 years ago
|
||
I don't think test 4 has not changed. I seem to recall fixing a problem with
captions leaking after I put them in a separate child list.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•