[Webkit-unassigned] [Bug 62642] [Efl] Add EflOwnPtr to wtf

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 15 07:57:35 PDT 2011


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





--- Comment #16 from Raphael Kubo da Costa <kubo at profusion.mobi>  2011-06-15 07:57:35 PST ---
(In reply to comment #15)
> >> Source/JavaScriptCore/wtf/efl/EflOwnPtr.h:132
> >> +}
> > 
> > I think we just need this type specialization for OwnPtr and then OwnPtr will work like a charm for what you want.
> 
> Totally agree with Eric here. Just be sure to always use new when allocating memory with OwnPtr.

That's the problem -- I'm using *OwnPtr to manage pointers created by EFL itself, so there's no new involved whatsoever.

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