Closed
Bug 812039
Opened 12 years ago
Closed 12 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•12 years ago
|
||
Attachment #681803 -
Flags: review?(jmuizelaar)
Updated•12 years ago
|
Attachment #681803 -
Flags: review?(jmuizelaar) → review+
Assignee | ||
Comment 2•12 years ago
|
||
Attachment #681803 -
Attachment is obsolete: true
Assignee | ||
Updated•12 years ago
|
Status: NEW → ASSIGNED
Keywords: checkin-needed
Comment 3•12 years ago
|
||
Keywords: checkin-needed
Comment 4•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla19
You need to log in
before you can comment on or make changes to this bug.
Description
•