Closed
Bug 15822
Opened 26 years ago
Closed 26 years ago
MLK: every nsHTMLTextAreaElement leaks
Categories
(Core :: Layout, defect, P3)
Core
Layout
Tracking
()
VERIFIED
FIXED
M15
People
(Reporter: warrensomebody, Assigned: pollmann)
Details
(Keywords: memory-leak, Whiteboard: fix in hand)
Bloaty: Refcounting and Memory Bloat
Statistics
|<-------Name------>|<--------------References-------------->|<----------------
Objects---------------->|<------Size----->|
Rem Total Mean StdDev Rem
Total Mean StdDev Per-Class Rem
315 nsHTMLTextAreaElemen 1570 1570 ( 785.50 +/- 784.83) 25
25 ( 13.00 +/- 12.33) 84 2100
| Reporter | ||
Updated•26 years ago
|
Summary: [leak] every nsHTMLTextAreaElement leaks → MLK: every nsHTMLTextAreaElement leaks
| Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M14
| Assignee | ||
Comment 3•26 years ago
|
||
David Baron has come up with a fix for this bug. The problem was not an actual
leak, but failure to log the release of the element. He added an NS_LOG_RELEASE
call to this, and several other form elements' Release methods. Thanks David!
OS: Windows NT → All
Hardware: PC → All
Whiteboard: fix in hand
Fix checked in yesterday.
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 5•26 years ago
|
||
Marking verified per last comments.
You need to log in
before you can comment on or make changes to this bug.
Description
•