[Webkit-unassigned] [Bug 91957] [EFL] Add File Chooser API

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 24 18:47:05 PDT 2012


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





--- Comment #22 from Gyuyoung Kim <gyuyoung.kim at samsung.com>  2012-07-24 18:47:09 PST ---
(From update of attachment 154009)
View in context: https://bugs.webkit.org/attachment.cgi?id=154009&action=review

> Source/WebKit/efl/ewk/ewk_file_chooser.h:86
> + *         the Eina_List and its items should be freed after use (use free() to free the items)

I would recommend to mention eina_stringshare_del().

For example,
the Eina_List and its items should be freed after use. Use eina_stringshare_del()
to free the items.

> Source/WebKit/efl/ewk/ewk_file_chooser.h:96
> + *         the Eina_List and its items should be freed after use (use free() to free the items)

ditto.

> Source/WebKit/efl/ewk/ewk_file_chooser.h:109
> + *         the Eina_List and its items should be freed after use (use free() to free the items)

ditto.

-- 
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