Closed
Bug 412205
Opened 18 years ago
Closed 17 years ago
Firefox Extension Manager leak nsGlobalWindows when Google Site Indexer Extension is installed
Categories
(Core :: General, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: cbook, Unassigned)
References
()
Details
(Keywords: memory-leak)
Attachments
(1 file)
24.12 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 Google Site Indexer (https://addons.mozilla.org/en-US/firefox/addon/5642)
Restart Firefox
Go into the Extension Manager
Close the Extension Manager Window
Exit Firefox
Leak
nsTraceRefcntImpl::DumpStatistics: 734 entries
nsStringStats
=> mAllocCount: 22850
=> mReallocCount: 3241
=> mFreeCount: 22273 -- LEAKED 577 !!!
=> mShareCount: 18896
=> mAdoptCount: 1222
=> mAdoptFreeCount: 1220 -- LEAKED 2 !!!
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
•