fix a crash in shelf config dialog that hopefully nobody noticed

SVN revision: 73329
This commit is contained in:
Mike Blumenkrantz 2012-07-05 08:11:25 +00:00
parent f6beeb87b6
commit ec4b749f20
1 changed files with 1 additions and 0 deletions

View File

@ -104,6 +104,7 @@ _free_data(E_Config_Dialog *cfd __UNUSED__, E_Config_Dialog_Data *cfdata)
if (e_object_is_del(E_OBJECT(es))) continue;
evas_object_data_del(es->o_base, "cfdata");
e_object_del_func_set(E_OBJECT(es), NULL);
if (es->config_dialog) e_object_del_attach_func_set(E_OBJECT(es->config_dialog), NULL);
}
ecore_event_handler_del(cfdata->shelf_handler);
E_FREE(cfdata);