[Webkit-unassigned] [Bug 68509] [EFL] Implementation of Unit Tests framework for the WebKit-Efl port

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 2 09:30:34 PST 2012


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





--- Comment #17 from Raphael Kubo da Costa <kubo at profusion.mobi>  2012-01-02 09:30:34 PST ---
(In reply to comment #16)
> Regarding to my last post and potential problems, I meant about the situation like as follows:
> OwnPtr<Ecore_Evas> ee = adoptPtr(ecore_evas_new(...));
> Will OwnPtr call ecore_evas_free, I think it might be a problem.

Was your last sentence actually a question? If so, then yes, OwnPtr will destroy the object with ecore_evas_free (see Sources/JavaScriptCore/wtf/efl/OwnPtrEfl.cpp). Why is that a problem?

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