Closed
Bug 316775
Opened 18 years ago
Closed 18 years ago
leak when selecting
Categories
(Core :: DOM: Serializers, defect, P1)
Core
DOM: Serializers
Tracking
()
RESOLVED
FIXED
mozilla1.9alpha1
People
(Reporter: dbaron, Assigned: dbaron)
References
(Blocks 1 open bug)
Details
(Keywords: fixed1.8.0.1, fixed1.8.1, memory-leak, Whiteboard: [patch])
Attachments
(1 file)
1.67 KB,
patch
|
bzbarsky
:
review+
bzbarsky
:
superreview+
dveditz
:
approval1.8.0.1+
dveditz
:
approval1.8.1+
|
Details | Diff | Splinter Review |
I leak in a Linux/GTK2 build when selecting text on an internal wiki page. The leak is the parentNode variable in nsHTMLContentSerializer::IsFirstChildOfOL
Assignee | ||
Comment 1•18 years ago
|
||
Assignee: dom-to-text → dbaron
Status: NEW → ASSIGNED
Attachment #203298 -
Flags: superreview?(bzbarsky)
Attachment #203298 -
Flags: review?(bzbarsky)
Assignee | ||
Updated•18 years ago
|
Priority: -- → P1
Whiteboard: [patch]
![]() |
||
Comment 2•18 years ago
|
||
Comment on attachment 203298 [details] [diff] [review] patch r+sr=bzbarsky
Attachment #203298 -
Flags: superreview?(bzbarsky)
Attachment #203298 -
Flags: superreview+
Attachment #203298 -
Flags: review?(bzbarsky)
Attachment #203298 -
Flags: review+
Assignee | ||
Comment 3•18 years ago
|
||
Checked into trunk, 2005-11-16 14:58 -0800.
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•18 years ago
|
Attachment #203298 -
Flags: approval1.8.1?
Attachment #203298 -
Flags: approval1.8.0.1?
Comment 4•18 years ago
|
||
Comment on attachment 203298 [details] [diff] [review] patch a=dveditz for drivers
Attachment #203298 -
Flags: approval1.8.1?
Attachment #203298 -
Flags: approval1.8.1+
Attachment #203298 -
Flags: approval1.8.0.1?
Attachment #203298 -
Flags: approval1.8.0.1+
Assignee | ||
Comment 5•18 years ago
|
||
Fix checked in to MOZILLA_1_8_BRANCH, 2005-12-20 17:36 -0800. Fix checked in to MOZILLA_1_8_0_BRANCH, 2005-12-20 17:38 -0800.
Keywords: fixed1.8.0.1
Assignee | ||
Updated•18 years ago
|
Keywords: fixed1.8.1
You need to log in
before you can comment on or make changes to this bug.
Description
•