Closed
Bug 412344
Opened 18 years ago
Closed 18 years ago
Firefox Extension Manager leaks with nsGlobalWindows when the Ubuntu-it Extension is installed
Categories
(Core :: General, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: cbook, Unassigned)
References
()
Details
(Keywords: memory-leak)
Attachments
(1 file)
25.01 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:
Install Ubuntu-it Extension https://addons.mozilla.org/en-US/firefox/addon/4684
After the Extension is installed go to the Extension Manager
Close the Extension Manager Window
Exit Firefox
-> Leak
nsTraceRefcntImpl::DumpStatistics: 782 entries
nsStringStats
=> mAllocCount: 29492
=> mReallocCount: 4460
=> mFreeCount: 28798 -- LEAKED 694 !!!
=> mShareCount: 27961
=> mAdoptCount: 2578
=> mAdoptFreeCount: 2571 -- LEAKED 7 !!!
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
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•