just in case - set list of exe's to null on freeing it in ibar

This commit is contained in:
Carsten Haitzler 2013-05-20 21:49:12 +09:00
parent 7749fddaa0
commit 75f8470839
1 changed files with 1 additions and 1 deletions

View File

@ -661,7 +661,7 @@ _ibar_icon_free(IBar_Icon *ic)
if (ic->ibar->ic_drop_before == ic)
ic->ibar->ic_drop_before = NULL;
_ibar_icon_empty(ic);
eina_list_free(ic->exes);
ic->exes = eina_list_free(ic->exes);
E_FREE_FUNC(ic->menu, e_object_del);
E_FREE_FUNC(ic->timer, ecore_timer_del);
evas_object_del(ic->o_holder);