valgrind unhapiness... silenced... mysterious as to why this happens

as there are no entires up?



SVN revision: 84272
This commit is contained in:
Carsten Haitzler 2013-02-21 03:59:42 +00:00
parent e2f3f4e278
commit 0e6a47a90a
1 changed files with 4 additions and 0 deletions

View File

@ -199,6 +199,10 @@ _e_wid_del_hook(Evas_Object *obj)
if (!(obj) || (!(wd = e_widget_data_get(obj))))
return;
evas_object_del(wd->o_entry);
evas_object_del(wd->o_inout);
wd->o_entry = NULL;
wd->o_inout = NULL;
free(wd);
}