Bug 100007

Summary: [EFL][WK2] ewk_view_color_picker_color_set() is leaking
Product: WebKit Reporter: Sudarsana Nagineni (babu) <naginenis>
Component: WebKit EFLAssignee: Sudarsana Nagineni (babu) <naginenis>
Status: RESOLVED FIXED    
Severity: Normal CC: gyuyoung.kim, kenneth, lucas.de.marchi, rakuco, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Sudarsana Nagineni (babu)
Reported 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());
Attachments
Patch (1.69 KB, patch)
2012-10-22 09:31 PDT, Sudarsana Nagineni (babu)
no flags
Sudarsana Nagineni (babu)
Comment 1 2012-10-22 09:31:40 PDT
WebKit Review Bot
Comment 2 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>
WebKit Review Bot
Comment 3 2012-10-22 13:11:56 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.