elm config - fix derived save crash

derived shutdown nuked the edd's and eet still decoded something...
that was junk. oddly. this fixes T6879.
This commit is contained in:
Carsten Haitzler 2018-05-27 17:00:09 +09:00
parent 4715c099ec
commit 9edce5e078
1 changed files with 0 additions and 2 deletions

View File

@ -1688,8 +1688,6 @@ _config_load(void)
ELM_SAFE_FREE(_elm_config, _config_free);
_elm_font_overlays_del_free();
_elm_config_profile_derived_shutdown();
ELM_SAFE_FREE(_elm_key_bindings, eina_hash_free);
}
_efl_config_obj = efl_add(EFL_CONFIG_GLOBAL_CLASS, efl_main_loop_get());