elementary: fix configuration destruction by actually calling the proper way of destruction.

This commit is contained in:
Cedric BAIL 2018-05-21 16:59:51 -07:00
parent b671a2c34f
commit a5f9ee5ab3
1 changed files with 1 additions and 1 deletions

View File

@ -1684,7 +1684,7 @@ _config_load(void)
efl_del_intercept_set(_efl_config_obj, NULL);
efl_loop_unregister(efl_main_loop_get(), EFL_CONFIG_INTERFACE, _efl_config_obj);
efl_loop_unregister(efl_main_loop_get(), EFL_CONFIG_GLOBAL_CLASS, _efl_config_obj);
ELM_SAFE_FREE(_efl_config_obj, efl_unref);
ELM_SAFE_FREE(_efl_config_obj, efl_del);
ELM_SAFE_FREE(_elm_config, _config_free);
_elm_font_overlays_del_free();