Closed
Bug 412206
Opened 18 years ago
Closed 18 years ago
Closing Firefox with Extension Install dialog open leaks nsXPITriggerItem and nsXPITriggerInfo
Categories
(Core :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 412127
People
(Reporter: cbook, Unassigned)
References
Details
(Keywords: memory-leak)
Attachments
(2 files)
Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.4; en-US; rv:1.9b3pre) Gecko/2008011212 Firefox/3.0b3pre
Steps to reproduce:
Create a new Firefox Profile
Go to amo, choose a extension of your choice, click on install now and the Software Installation dialog comes up
Choose nothing and close Firefox with this window open
leak
nsStringStats
=> mAllocCount: 23763
=> mReallocCount: 3932
=> mFreeCount: 23752 -- LEAKED 11 !!!
=> mShareCount: 19205
=> mAdoptCount: 1776
=> mAdoptFreeCount: 1776
Flags: blocking1.9?
Reporter | ||
Comment 1•18 years ago
|
||
leaks on Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.4; en-US; rv:1.9b3pre) Gecko/2008012105 Firefox/3.0b3pre with the steps to reproduce
Might be related to Bug 412127
Reporter | ||
Updated•18 years ago
|
Summary: Firefox leak nsGlobalWindows when closing Firefox with Extension Software Install Dialog open → Firefox leak when closing Firefox with Extension Software Install Dialog open
Updated•18 years ago
|
Summary: Firefox leak when closing Firefox with Extension Software Install Dialog open → Closing Firefox with Extension Install dialog open leaks nsXPITriggerItem and nsXPITriggerInfo
Comment 2•18 years ago
|
||
Closing firefox just cancels the open confirmation dialog so yes this is just the same issue.
Status: NEW → RESOLVED
Closed: 18 years ago
Depends on: 412127
Flags: blocking1.9?
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•