Delete the list objects and close button when the dialog closes.

SVN revision: 27419
This commit is contained in:
Christopher Michael 2006-12-11 20:39:26 +00:00
parent d9701e12be
commit bccd396ba4
1 changed files with 4 additions and 0 deletions

View File

@ -164,6 +164,10 @@ _e_configure_free(E_Configure *eco)
eco->cats = evas_list_remove_list(eco->cats, eco->cats);
E_FREE(cat);
}
evas_object_del(eco->close);
evas_object_del(eco->cat_list);
evas_object_del(eco->item_list);
evas_object_del(eco->o_list);
evas_object_del(eco->edje);
e_object_del(E_OBJECT(eco->win));
free(eco);