Bug 100007 - [EFL][WK2] ewk_view_color_picker_color_set() is leaking
Summary: [EFL][WK2] ewk_view_color_picker_color_set() is leaking
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit EFL (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Sudarsana Nagineni (babu)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-22 09:14 PDT by Sudarsana Nagineni (babu)
Modified: 2012-10-22 13:11 PDT (History)
5 users (show)

See Also:


Attachments
Patch (1.69 KB, patch)
2012-10-22 09:31 PDT, Sudarsana Nagineni (babu)
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sudarsana Nagineni (babu) 2012-10-22 09:14:38 PDT
We should adopt the WKStringRef returned by WKStringCreateWithUTF8CString to avoid the leak in ewk_view_color_picker_color_set().
> 1944	    const WKStringRef colorString = WKStringCreateWithUTF8CString(color.serialized().utf8().data());
Comment 1 Sudarsana Nagineni (babu) 2012-10-22 09:31:40 PDT
Created attachment 169926 [details]
Patch
Comment 2 WebKit Review Bot 2012-10-22 13:11:51 PDT
Comment on attachment 169926 [details]
Patch

Clearing flags on attachment: 169926

Committed r132126: <http://trac.webkit.org/changeset/132126>
Comment 3 WebKit Review Bot 2012-10-22 13:11:56 PDT
All reviewed patches have been landed.  Closing bug.