[Webkit-unassigned] [Bug 47258] Incorrect order of deleting objects

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 14 10:32:52 PDT 2011


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


Gustavo Sverzut Barbieri <barbieri at profusion.mobi> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |barbieri at profusion.mobi




--- Comment #3 from Gustavo Sverzut Barbieri <barbieri at profusion.mobi>  2011-09-14 10:32:52 PST ---
r-

It does not fix anything as _parent_sc.del is evas_object_smart_clipped_smart_del() (http://svn.enlightenment.org/svn/e/trunk/evas/src/lib/canvas/evas_object_smart_clipped.c) and it does not even know about this private data (which is a member of actual smart data stored in the object and deleted by that function).

_ewk_view_priv_del() does not touch the object deleted by _parent_sc.del(). And if it did, it would fail as the object is being deleted and shouldn't be touched.

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