cedric I hate you :-)

remove last code using non-eina_mempool rectangles and abort() that
was triggering on clicks on titlebar.

Thanks to antognolli for reporting.



SVN revision: 40074
This commit is contained in:
Gustavo Sverzut Barbieri 2009-04-15 03:14:41 +00:00
parent ec987bd579
commit 1a395af37d
1 changed files with 1 additions and 8 deletions

View File

@ -62,14 +62,7 @@ evas_object_free(Evas_Object *obj, int clean_layer)
if (!was_smart_child) evas_object_release(obj, clean_layer);
if (obj->clip.clipees)
eina_list_free(obj->clip.clipees);
while (obj->clip.changes)
{
Evas_Rectangle *r;
r = (Evas_Rectangle *)obj->clip.changes->data;
obj->clip.changes = eina_list_remove(obj->clip.changes, r);
free(r);
}
evas_object_clip_changes_clean(obj);
evas_object_event_callback_all_del(obj);
evas_object_event_callback_cleanup(obj);
while (obj->data.elements)