Closed
Bug 422448
Opened 18 years ago
Closed 8 years ago
Firefox leaks on Foxsaver Extension uninstallation
Categories
(Core :: General, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: cbook, Unassigned)
References
()
Details
(Keywords: memory-leak)
Attachments
(1 file)
|
28.23 KB,
text/plain
|
Details |
Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9b5pre) Gecko/2008031113 Firefox/3.0b5pre ID:2008031113
Steps to reproduce:
- Install the FoxSaver Extension https://addons.mozilla.org/en-US/firefox/addon/5276
- Play with this Extension
- Uninstall this Extension
--> Leak
nsStringStats
=> mAllocCount: 37655
=> mReallocCount: 5614
=> mFreeCount: 36989 -- LEAKED 666 !!!
=> mShareCount: 32887
=> mAdoptCount: 2982
=> mAdoptFreeCount: 2980 -- LEAKED 2 !!!
0 TOTAL 18 218579 5519739 6852 ( 3924.99 +/- 1477.20) 3324960 3170 ( 1964.19 +/- 3930.67)
Flags: blocking1.9?
Not a blocker if it only leaks on uninstallation
Flags: blocking1.9? → blocking1.9-
Comment 2•8 years ago
|
||
Filter on QUANTUMLEAK
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•