Closed
Bug 347887
Opened 19 years ago
Closed 18 years ago
Memory leak in icimage.c
Categories
(Core Graveyard :: Image: Painting, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: alfred.peng, Assigned: pavlov)
Details
(Keywords: memory-leak)
Attachments
(1 file)
1.21 KB,
patch
|
Details | Diff | Splinter Review |
There are some memory leak for image->pSourcePict when _pixman_init_gradient call fails.
Reporter | ||
Comment 1•19 years ago
|
||
Attachment #232752 -
Flags: review?(pavlov)
Assignee | ||
Comment 2•19 years ago
|
||
please use tabs instead of spaces in that file like every other line.
also, this should be filed with upstream cairo and not here.
Comment 3•19 years ago
|
||
Thanks for the report. This is fixed in upstream cairo now:
http://gitweb.freedesktop.org/?p=cairo;a=commit;h=db06681b487873788b51a6766894fc619eb8d8f2
-Carl
PS. And yes, cairo bugs in cairo's bugzilla would be helpful.
Reporter | ||
Comment 4•19 years ago
|
||
Pavlov, do we still need this patch for mozilla after Carl checked it into cairo library? If not, I'll close the bug.
Reporter | ||
Comment 5•18 years ago
|
||
The patch is already in the trunk code after the sync of cairo.
=>Close it.
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Reporter | ||
Updated•18 years ago
|
Attachment #232752 -
Flags: review?(pavlov)
You need to log in
before you can comment on or make changes to this bug.
Description
•