Closed
Bug 397011
Opened 17 years ago
Closed 17 years ago
[FIX]Leak nsGenericElement and more with -moz-column, float
Categories
(Core :: Layout, defect, P2)
Core
Layout
Tracking
()
RESOLVED
FIXED
mozilla1.9beta1
People
(Reporter: jruderman, Assigned: bzbarsky)
References
Details
(Keywords: memory-leak, testcase)
Attachments
(3 files)
(deleted),
application/xhtml+xml
|
Details | |
(deleted),
text/plain
|
Details | |
(deleted),
patch
|
roc
:
review+
roc
:
superreview+
roc
:
approval1.9+
|
Details | Diff | Splinter Review |
If you load the testcase with XPCOM_MEM_LEAK_LOG=2 and quit, you'll see that over a dozen types of objects leaked. The total size of the leaks is 860 bytes.
I'm setting this bug's severity to "minor" because it wasn't found on a real-world web page.
Reporter | ||
Comment 1•17 years ago
|
||
Reporter | ||
Comment 2•17 years ago
|
||
reftests/bugs/386147-1.html triggers a similar leak.
Assignee | ||
Comment 3•17 years ago
|
||
nsCSSFrameConstructor::CreateContinuingFrame on a placeholder calls Init() twice, so leaks the content node. This has been a problem for a while, apparently...
Assignee | ||
Comment 4•17 years ago
|
||
This is still leaking an nsSimpleNestedURI
Assignee | ||
Updated•17 years ago
|
Assignee: nobody → bzbarsky
OS: Mac OS X → All
Priority: -- → P2
Hardware: PC → All
Summary: Leak nsGenericElement and more with -moz-column, float → [FIX]Leak nsGenericElement and more with -moz-column, float
Target Milestone: --- → mozilla1.9 M9
Assignee | ||
Updated•17 years ago
|
Attachment #281856 -
Flags: superreview?(roc)
Attachment #281856 -
Flags: review?(roc)
Attachment #281856 -
Flags: superreview?(roc)
Attachment #281856 -
Flags: superreview+
Attachment #281856 -
Flags: review?(roc)
Attachment #281856 -
Flags: review+
Attachment #281856 -
Flags: approval1.9+
Assignee | ||
Comment 5•17 years ago
|
||
Checked in. Given comment 2, should I just mark this in-testsuite+?
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 6•17 years ago
|
||
Can you file a new bug on the nsSimpleNestedURI leak?
Assignee | ||
Comment 7•17 years ago
|
||
I've only been able to reproduce it the once. If I can reproduce reliably, I will, but...
You need to log in
before you can comment on or make changes to this bug.
Description
•