Closed
Bug 411684
Opened 18 years ago
Closed 18 years ago
Firefox leaks with nsGlobalWindows when opening the Map+ Prefs
Categories
(Core :: General, defect, P2)
Tracking
()
VERIFIED
FIXED
People
(Reporter: cbook, Unassigned)
References
()
Details
(Keywords: memory-leak)
Attachments
(1 file)
|
24.64 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
-> Install Firefox 2.x with the Map+ Extension https://addons.mozilla.org/en-US/firefox/addon/2394 and Nightly Tester Tool
-> Restart Firefox to make sure the extension is installed and Quit Firefox
-> Start the Firefox 3 Trunk Debug Build and make the Map+ Extension compatible with Firefox 3 (you can do this via tools-addons and the NTT button make compatible"
-> Restart Firefox - so far no leak
-> Click on the Options Button for this Extension in the Addon Manager
-> Leak
nsStringStats
=> mAllocCount: 28054
=> mReallocCount: 3610
=> mFreeCount: 27408 -- LEAKED 646 !!!
=> mShareCount: 30590
=> mAdoptCount: 4939
=> mAdoptFreeCount: 4932 -- LEAKED 7 !!!
Flags: blocking1.9?
Updated•18 years ago
|
Flags: blocking1.9? → blocking1.9+
Priority: -- → P2
| 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
•