[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 05:50:12 PST 2012


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





--- Comment #15 from Krzysztof <k.czech at samsung.com>  2012-01-02 05:50:12 PST ---
I see potential problems with mixing c++ and c routines regarding to memory management. I don't mind using OwnPtr to Evas_Object and other structures created by the "new" statement. I rather think about the situation when OwnPtr adopts a pointer crated by the malloc and then it calls a destructor which cleans the pointer by using "delete".

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