Closed
Bug 36957
Opened 25 years ago
Closed 25 years ago
AtomImpl and nsStr leak introduced
Categories
(Core :: Internationalization, defect, P3)
Tracking
()
VERIFIED
FIXED
M16
People
(Reporter: dbaron, Assigned: cata)
References
Details
(Keywords: memory-leak, regression)
Yesterday evening (2000-04-23) between 19:00 and 20:30 (blame shows only
cata%netscape.com , plus fixes for build bustage ) the tinderbox leak stats went
up 2K:
* AtomImpl leaks rose from 7 to 52 objects (difference of 45 objects)
* nsStr leaks rose from 93 to 138 objects (difference of 45 objects)
This looks like 45 nsMenuItem2 (which are not accounted for in the leak stats)
might be leaking, since that class was introduced.
| Reporter | ||
Updated•25 years ago
|
Keywords: mlk,
regression
*** Bug 36943 has been marked as a duplicate of this bug. ***
Fixed.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 4•25 years ago
|
||
Verified, based on tinderbox leak charts.
But, should nsMenuItem2 have MOZ_COUNT_CTOR and MOZ_COUNT_DTOR macros so that it
shows up in these stats?
Updated•25 years ago
|
QA Contact: teruko → cata
Comment 5•25 years ago
|
||
Cata, please read dbaron@fas.harvard.edu 's last comment.
I changed QA contact to you.
Macros added. Thanks for the tip! Marking bug verified.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•