summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCedric BAIL <cedric@osg.samsung.com>2018-05-21 16:59:51 -0700
committerCedric BAIL <cedric@osg.samsung.com>2018-05-24 16:02:20 -0700
commita5f9ee5ab30d62449502034bd78d8ad75a6aaecf (patch)
tree40c9b6521c3a22cbc55435f79495d3f456e8e2c0
parentb671a2c34fcd2b137a2120f4bcfbd85bd5ed2bff (diff)
downloadefl-a5f9ee5ab30d62449502034bd78d8ad75a6aaecf.tar.gz
elementary: fix configuration destruction by actually calling the proper way of destruction.
-rw-r--r--src/lib/elementary/elm_config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/elementary/elm_config.c b/src/lib/elementary/elm_config.c
index aedbdb0510..f320825293 100644
--- a/src/lib/elementary/elm_config.c
+++ b/src/lib/elementary/elm_config.c
@@ -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();