Closed
Bug 412342
Opened 18 years ago
Closed 17 years ago
Firefox Extension Manager leaks with nsGlobalWindows when the Hide Menubar Extension is installed
Categories
(Core :: General, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: cbook, Unassigned)
References
()
Details
(Keywords: memory-leak)
Attachments
(1 file)
|
26.59 KB,
text/plain
|
Details |
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9b3pre) Gecko/2008011415
Minefield/3.0b3pre
Steps to reproduce:
New Firefox Profile
Install Hide Menubar Extension (https://addons.mozilla.org/en-US/firefox/addon/4762)
After the Extension is installed, visit the Extension Manager
-> Leak
nsTraceRefcntImpl::DumpStatistics: 776 entries
nsStringStats
=> mAllocCount: 26543
=> mReallocCount: 4257
=> mFreeCount: 25803 -- LEAKED 740 !!!
=> mShareCount: 24525
=> mAdoptCount: 2586
=> mAdoptFreeCount: 2571 -- LEAKED 15 !!!
Flags: blocking1.9?
| Reporter | ||
Comment 1•17 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: 17 years ago
Flags: blocking1.9?
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•