Closed
Bug 397149
Opened 18 years ago
Closed 18 years ago
nsCSSValueList leak with invalid value for "content" property
Categories
(Core :: CSS Parsing and Computation, defect, P3)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla1.9beta1
People
(Reporter: jruderman, Assigned: dbaron)
Details
(Keywords: memory-leak, testcase)
Attachments
(2 files)
104 bytes,
text/html
|
Details | |
582 bytes,
patch
|
bzbarsky
:
review+
bzbarsky
:
superreview+
roc
:
approval1.9+
|
Details | Diff | Splinter Review |
Loading the testcase with XPCOM_MEM_LEAK_LOG=2 (and then quitting) shows a nsCSSValueList leak. Reduced from layout/reftests/bugs/378535-1.html.
Flags: in-testsuite+
Assignee | ||
Updated•18 years ago
|
OS: Mac OS X → All
Priority: -- → P3
Hardware: PC → All
Target Milestone: --- → mozilla1.9 M9
Assignee | ||
Comment 1•18 years ago
|
||
Assignee: nobody → dbaron
Status: NEW → ASSIGNED
Attachment #281967 -
Flags: superreview?(bzbarsky)
Attachment #281967 -
Flags: review?(bzbarsky)
![]() |
||
Comment 2•18 years ago
|
||
Comment on attachment 281967 [details] [diff] [review]
patch
r+sr=bzbarsky, though maybe we should toss in some nsAutoPtr use here...
Attachment #281967 -
Flags: superreview?(bzbarsky)
Attachment #281967 -
Flags: superreview+
Attachment #281967 -
Flags: review?(bzbarsky)
Attachment #281967 -
Flags: review+
Assignee | ||
Updated•18 years ago
|
Attachment #281967 -
Flags: approval1.9?
Attachment #281967 -
Flags: approval1.9? → approval1.9+
Assignee | ||
Comment 3•18 years ago
|
||
Fix checked in to trunk.
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•