Closed
Bug 412461
Opened 18 years ago
Closed 18 years ago
Firefox Extension Manager leaks with nsGlobalWindows when IEView Extension is installed
Categories
(Core :: General, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: cbook, Unassigned)
References
()
Details
(Keywords: memory-leak)
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9b3pre) Gecko/2008011516 Minefield/3.0b3pre
Steps to reproduce:
Install IE View Extension https://addons.mozilla.org/en-US/firefox/addon/35
Make sure the Extension is installed successfully
visit the Extension Manager
Open the Extension Manager - Close the Extension Manager
Quit firefox
leak
nsStringStats
=> mAllocCount: 29377
=> mReallocCount: 4364
=> mFreeCount: 28707 -- LEAKED 670 !!!
=> mShareCount: 28273
=> mAdoptCount: 2750
=> mAdoptFreeCount: 2736 -- LEAKED 14 !!!
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
•