Fix the elm_shutdown bug in _elm_shutdown_config.
authorJaehwan Kim <jae.hwan.kim@samsung.com>
Tue, 19 Mar 2013 10:42:34 +0000 (19:42 +0900)
committerJaehwan Kim <jae.hwan.kim@samsung.com>
Tue, 19 Mar 2013 10:42:34 +0000 (19:42 +0900)
commit52ccfe995c8eef190761bcdf8bbd4088b8713f8d
tree1fa563b579a08578ec993b36437a499a2721c057
parent82dd7034bdd592ccf83bbe2ce65ff883c60a25f2
Fix the elm_shutdown bug in _elm_shutdown_config.
When the elm_shutdown is used after elm_config_all_flush, the segment fault occur.
It's why it uses ecore_x in _prop_all_update_cb after removing it.
ChangeLog
NEWS
src/lib/elm_config.c