Closed
Bug 812039
Opened 11 years ago
Closed 11 years ago
mozIsPointInPath leaks CGPath objects
Categories
(Core :: Graphics: Canvas2D, defect)
Tracking
()
RESOLVED
FIXED
mozilla19
People
(Reporter: yury, Assigned: yury)
References
()
Details
Attachments
(1 file, 1 obsolete file)
938 bytes,
patch
|
Details | Diff | Splinter Review |
Looks like PathCG::StrokeContainsPoint is missing destruction of the sPath object. See http://mxr.mozilla.org/mozilla-central/source/gfx/2d/PathCG.cpp#224 The example in the URL field stops working after 40-60 seconds of running.
Assignee | ||
Comment 1•11 years ago
|
||
https://tbpl.mozilla.org/?tree=Try&rev=9b41f294d3c7
Attachment #681803 -
Flags: review?(jmuizelaar)
Updated•11 years ago
|
Attachment #681803 -
Flags: review?(jmuizelaar) → review+
Assignee | ||
Comment 2•11 years ago
|
||
https://tbpl.mozilla.org/?tree=Try&rev=0b8e3376bec7
Attachment #681803 -
Attachment is obsolete: true
Assignee | ||
Updated•11 years ago
|
Status: NEW → ASSIGNED
Keywords: checkin-needed
Comment 3•11 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/90c362bfd156
Keywords: checkin-needed
Comment 4•11 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/90c362bfd156
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla19
You need to log in
before you can comment on or make changes to this bug.
Description
•