Closed
Bug 411682
Opened 18 years ago
Closed 18 years ago
Firefox leaks with nsGlobalWindows because not all Windows were closed on exit
Categories
(Core :: General, defect, P2)
Tracking
()
VERIFIED
FIXED
People
(Reporter: cbook, Unassigned)
References
Details
(Keywords: memory-leak)
Attachments
(1 file)
25.83 KB,
text/plain
|
Details |
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9b3pre) Gecko/2008010917
Minefield/3.0b3pre
Steps to reproduce:
->New Firefox Profile
-> Make sure you have some extensions installed
-> Go into the Addons Manager and click right on a extension and select "about...." a new window with the extension info opens
-> Switch to the main Firefox window (don't close the addon windows) and quit Firefox via File-Quit
-> Firefox shuts down but the Addons Manager stays open till you close the Window
-> Leak
Filed also Bug 411678 for the general Problem in Firefox.
nsStringStats
=> mAllocCount: 23822
=> mReallocCount: 3630
=> mFreeCount: 23147 -- LEAKED 675 !!!
=> mShareCount: 22734
=> mAdoptCount: 2995
=> mAdoptFreeCount: 2982 -- LEAKED 13 !!!
Flags: blocking1.9?
Updated•18 years ago
|
Flags: blocking1.9? → blocking1.9+
Priority: -- → P2
Reporter | ||
Comment 1•18 years ago
|
||
This leak is now fixed in (Windows; U;Windows NT 5.1; en-US; rv:1.9b3pre) Gecko/2008012113 Minefield/3.0b3pre and with the fix from bug 412491. I still see the general problem, but this is covered in Bug 411678
-> 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
•