Closed
Bug 437149
Opened 17 years ago
Closed 7 years ago
Firefox leaks when uninstalling the Screengrab Extension
Categories
(Core :: General, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: cbook, Unassigned)
References
()
Details
(Keywords: memory-leak)
Attachments
(1 file)
35.75 KB,
text/plain
|
Details |
Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9pre) Gecko/2008060218 Firefox/3.0pre
Steps to reproduce:
-> Install the Screengrab Extension
-> Use this Extension, like making a screenshot etc
-> Uninstall this Extension and quit Firefox
--> Leak
Maybe the same issue like bug 432154
nsStringStats
=> mAllocCount: 37621
=> mReallocCount: 6138
=> mFreeCount: 36381 -- LEAKED 1240 !!!
=> mShareCount: 34046
=> mAdoptCount: 3180
=> mAdoptFreeCount: 3178 -- LEAKED 2 !!!
0 TOTAL 26 356647 1104167 11649 ( 4830.31 +/- 4609.87) 3150289 7107 ( 3721.97 +/- 5517.34)
Comment 1•7 years ago
|
||
Filter on QUANTUMLEAK
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•