elm_web.c: fixed typo. special thanks to ryuan choi.

This commit is contained in:
Daniel Juyung Seo 2013-05-23 16:39:58 +09:00
parent 5f053bf79a
commit d2ec066da5
1 changed files with 1 additions and 1 deletions

View File

@ -1185,7 +1185,7 @@ _elm_web_smart_del(Eo *obj, void *_pd, va_list *list EINA_UNUSED)
Elm_Web_Smart_Data *sd = _pd;
ELM_FREE_FUNC(sd->zoom.timer, ecore_timer_del);
ELM_FREE_FUNC(sd->bring_in.animator.timer, ecore_animator_del);
ELM_FREE_FUNC(sd->bring_in.animator, ecore_animator_del);
#else
(void)_pd;