Closed
Bug 383580
Opened 18 years ago
Closed 18 years ago
_cairo_quartz_surface_acquire_source_image leaks
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: MatsPalmgren_bugz, Unassigned)
References
Details
(Keywords: memory-leak)
Attachments
(3 files)
49.20 KB,
text/plain
|
Details | |
2.24 KB,
text/plain
|
Details | |
2.52 KB,
patch
|
Details | Diff | Splinter Review |
STEPS TO REPRODUCE
1. setup suitable values for MallocStackLogging etc, see [1]
2. start Firefox
3. figure out its PID then run 'leaks PID'
ACTUAL RESULTS
Leaks, see attached log file.
[1] http://developer.apple.com/documentation/Performance/Conceptual/ManagingMemory/Articles/MallocDebug.html
Flags: blocking1.9?
Reporter | ||
Comment 1•18 years ago
|
||
Hmm, so everyone that implements surface_acquire_source_image also has
a matching surface_release_source_image, except cairo-quartz-surface.c
Reporter | ||
Comment 2•18 years ago
|
||
DISCLAIMER: I really don't know this code but this patch makes the
leaks disappear and Firefox haven't crashed so far...
Comment 3•18 years ago
|
||
Already fixed on cairo trunk by Boris Zbarsky
http://gitweb.freedesktop.org/?p=cairo;a=commitdiff;h=fcdfda83655faf0eecbb2b5af09a05340fe422e6
I thought Boris' patch originated in minefield, but I guess not.
Flags: blocking1.9? → blocking1.9+
Should be fixed by the cairo upgrade
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•