Closed
Bug 412208
Opened 18 years ago
Closed 18 years ago
Firefox leaks nsGlobalWindows when using Chatzilla Prefs via Extension Manager
Categories
(Core :: General, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: cbook, Unassigned)
References
()
Details
(Keywords: memory-leak)
Attachments
(1 file)
|
24.98 KB,
text/plain
|
Details |
Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.4; en-US; rv:1.9b3pre) Gecko/2008011212 Firefox/3.0b3pre
Steps to reproduce:
Create a new Firefox Profile
Install the Chatzilla Extension from AMO and restart Firefox after the Extension is installed
Go into the Extension Manager and click on the Options Button of Chatzilla
Leak
nsTraceRefcntImpl::DumpStatistics: 786 entries
nsStringStats
=> mAllocCount: 41710
=> mReallocCount: 4670
=> mFreeCount: 41106 -- LEAKED 604 !!!
=> mShareCount: 39032
=> mAdoptCount: 2642
=> mAdoptFreeCount: 2640 -- LEAKED 2 !!!
Flags: blocking1.9?
| Reporter | ||
Comment 1•18 years ago
|
||
not leaking after the fix from bug 412491 went in and using Mozilla/5.0
(Windows; U;Windows NT 5.1; en-US; rv:1.9b3pre) Gecko/2008012113
Minefield/3.0b3pre
-> Fixed
Status: NEW → RESOLVED
Closed: 18 years ago
Flags: blocking1.9?
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•