[Webkit-unassigned] [Bug 94808] [EFL][WK2] Free ewk context data on program exit.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 23 07:49:29 PDT 2012


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





--- Comment #5 from Christophe Dumez <christophe.dumez at intel.com>  2012-08-23 07:49:27 PST ---
(From update of attachment 160153)
View in context: https://bugs.webkit.org/attachment.cgi?id=160153&action=review

>>> Source/WebKit2/UIProcess/API/efl/ewk_view.cpp:118
>>> +        ewk_context_free(context);
>> 
>> I think that it is wrong because we can remove two ewk_views which use default context.
> 
> Yes. eunmi already has a patch to make Ewk_Context ref counted and solve this problem.

Also, Ewk_Context is currently a static variable returned by ewk_context_default_get() so you cannot free it like this.

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