Closed
Bug 437121
Opened 16 years ago
Closed 7 years ago
Firefox leaks when uninstalling the gtranslate Extension
Categories
(Core :: General, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: cbook, Unassigned)
References
()
Details
(Keywords: memory-leak)
Attachments
(1 file)
36.18 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 gtranslate Extension https://addons.mozilla.org/en-US/firefox/addon/918
-> Play a little with this Extension (like use the extension translate a string etc)
-> Uninstall the Extension and quit Firefox
--> Leak
maybe related/same Problem as Bug 432154
nsStringStats
=> mAllocCount: 36846
=> mReallocCount: 5334
=> mFreeCount: 35573 -- LEAKED 1273 !!!
=> mShareCount: 31877
=> mAdoptCount: 3154
=> mAdoptFreeCount: 3152 -- LEAKED 2 !!!
0 TOTAL 28 356347 794000 11728 ( 2465.22 +/- 2564.77) 2569030 7181 ( 3502.81 +/- 5223.19)
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
•