Closed
Bug 347042
Opened 18 years ago
Closed 12 years ago
Copy Image to Clipboard leaks memory
Categories
(Core :: XUL, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: Brade, Unassigned)
Details
(Keywords: memory-leak, Whiteboard: [MemShrink])
Choosing "Copy Image" (such as from the browser context menu) leaks. Steps to reproduce on my debug Mac build: Baseline Test * Launch FF with a command similar to: ( setenv XPCOM_MEM_BLOAT_LOG Log.leaks ; ./firefox -P bonechotest ) * Quit * check Log.leaks for nsImageMac (the 4th number will be 0) Copy Image Test * Launch again but this time copy 5 different images * Quit * Check Log.leaks for nsImageMac (the 4th number will be 6) Leaking the images and their related data cannot be a good thing.
Comment 1•17 years ago
|
||
With Cairo, the nsImageMac decoder is no longer used. So, it this leak still valid?
Updated•15 years ago
|
Assignee: jag → nobody
Comment 2•15 years ago
|
||
Still reproducible?
![]() |
||
Comment 4•12 years ago
|
||
This is probably fixed. Please reopen if it's still reproducible with recent Firefox versions.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•