Remove double free

SVN revision: 18301
This commit is contained in:
sebastid 2005-11-04 22:53:54 +00:00 committed by sebastid
parent 114874900c
commit f43c421ebe
1 changed files with 0 additions and 1 deletions

View File

@ -49,7 +49,6 @@ evas_object_free(Evas_Object *obj, int clean_layer)
node = obj->data.elements->data;
obj->data.elements = evas_list_remove(obj->data.elements, node);
free(node->key);
free(node);
}
obj->magic = 0;