[Webkit-unassigned] [Bug 98483] [EFL] Use Evas function instead of memcpy

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 10 00:34:42 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=98483





--- Comment #6 from Jaehun Lim <ljaehun.lim at samsung.com>  2012-10-10 00:35:19 PST ---
(In reply to comment #3)
> (From update of attachment 167247 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=167247&action=review
> 
> > Source/WebKit/efl/ewk/ewk_util.cpp:39
> > +    int width, height, stride;
> 
> Let's move this to 66,67,68 line.
Done
> 
> > Source/WebKit/efl/ewk/ewk_util.cpp:41
> > +    void* data;
> 
> Ditto.
Done
> 
> > Source/WebKit/efl/ewk/ewk_util.cpp:94
> > +        ERR("could not get source data.");
> > +        return 0;
> 
> Don't you need to delete image?
I moved these lines before "image" was created.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list