Closed
Bug 230361
Opened 21 years ago
Closed 21 years ago
inDOMView leaks atoms (one-time leak)
Categories
(Other Applications :: DOM Inspector, defect, P4)
Other Applications
DOM Inspector
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla1.7alpha
People
(Reporter: dbaron, Assigned: dbaron)
Details
(Keywords: memory-leak, Whiteboard: [patch])
Attachments
(1 file)
5.66 KB,
patch
|
caillon
:
review+
bryner
:
superreview+
|
Details | Diff | Splinter Review |
inDOMView leaks atoms (it's a one-time leak since it's the same atoms, although
the refcounts keep going up). But to clear up the leak stats, I'll attach a
patch that makes it use nsStaticAtoms, and hopefully thus reduces codesize as well.
Assignee | ||
Updated•21 years ago
|
Assignee: dom-inspector → dbaron
Keywords: mlk
Priority: -- → P4
Whiteboard: [patch]
Target Milestone: --- → mozilla1.7alpha
Assignee | ||
Comment 1•21 years ago
|
||
Assignee | ||
Updated•21 years ago
|
Attachment #138586 -
Flags: superreview?(bryner)
Attachment #138586 -
Flags: review?(caillon)
Updated•21 years ago
|
Attachment #138586 -
Flags: superreview?(bryner) → superreview+
Updated•21 years ago
|
Attachment #138586 -
Flags: review?(caillon) → review+
Assignee | ||
Comment 2•21 years ago
|
||
Fix checked in to trunk, 2004-01-09 11:01 -0800.
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Updated•20 years ago
|
Product: Core → Other Applications
Updated•18 years ago
|
QA Contact: timeless → dom-inspector
You need to log in
before you can comment on or make changes to this bug.
Description
•