[edje] refine odd lines to delete _edje_timer

Summary: Refine odd lines to delete _edje_timer

Test Plan: Run example using edc programs to change state

Reviewers: raster, cedric, woohyun, jaehwan, Hermet

Reviewed By: Hermet

Subscribers: cedric, seoz

Differential Revision: https://phab.enlightenment.org/D1838
This commit is contained in:
Shinwoo Kim 2015-01-05 13:42:52 +09:00 committed by ChunEon Park
parent 5a2ac0c42f
commit d41b77ec21
1 changed files with 4 additions and 2 deletions

View File

@ -198,8 +198,10 @@ edje_shutdown(void)
return _edje_init_count;
if (_edje_timer)
ecore_animator_del(_edje_timer);
_edje_timer = NULL;
{
ecore_animator_del(_edje_timer);
_edje_timer = NULL;
}
_edje_shutdown_core();