Fixed BS(assertion from indicator_icon_list_free) 2.0alpha 2.0alpha-wayland
authoryoungsub ko <ys4610.ko@samsung.com>
Tue, 11 Sep 2012 10:14:53 +0000 (19:14 +0900)
committeryoungsub ko <ys4610.ko@samsung.com>
Tue, 11 Sep 2012 10:14:53 +0000 (19:14 +0900)
daemon/indicator_icon_list.c

index f8005fb..cebe9bd 100755 (executable)
@@ -26,8 +26,6 @@ static Eina_List *nonfixed_icon_list = NULL;
 void indicator_icon_object_free(Indicator_Icon_Object *icon)
 {
        if (icon) {
-               if (icon->fini)
-                       icon->fini();
 
                if (icon->obj_exist == EINA_TRUE) {
                        if (indicator_util_icon_del(icon) == EINA_TRUE) {