* e_box: Prevent the reuse of a free memory adress.

SVN revision: 39821
This commit is contained in:
Cedric BAIL 2009-03-31 16:05:05 +00:00
parent 21aec52b31
commit c1363b97e3
1 changed files with 2 additions and 0 deletions

View File

@ -704,6 +704,8 @@ _e_box_smart_del(Evas_Object *obj)
e_box_thaw(obj);
evas_object_del(sd->clip);
free(sd);
evas_object_smart_data_set(obj, NULL);
}
static void