Del spin timer on elm_spinner del_hook

SVN revision: 49549
This commit is contained in:
Bruno Dilly 2010-06-06 22:09:48 +00:00
parent 0ba2c62314
commit 8932085312
1 changed files with 1 additions and 0 deletions

View File

@ -60,6 +60,7 @@ _del_hook(Evas_Object *obj)
if (!wd) return;
if (wd->label) eina_stringshare_del(wd->label);
if (wd->delay) ecore_timer_del(wd->delay);
if (wd->spin) ecore_timer_del(wd->spin);
if (wd->special_values)
EINA_LIST_FREE(wd->special_values, sv)
{