diff options
author | youngsub ko <ys4610.ko@samsung.com> | 2012-09-11 19:14:53 +0900 |
---|---|---|
committer | youngsub ko <ys4610.ko@samsung.com> | 2012-09-11 19:14:53 +0900 |
commit | 0f8113b52f718a3ee1982ce71b3ca5b91c300e5b (patch) | |
tree | 0e725b71ad6c28d74a81f30a713d652483868e8b | |
parent | 87947340b8dca65951b1fc0fbe15062db76a8edd (diff) | |
download | indicator-win-2.0alpha.tar.gz indicator-win-2.0alpha.tar.bz2 indicator-win-2.0alpha.zip |
Fixed BS(assertion from indicator_icon_list_free)submit/master/20120920.1509452.0_alphamaster2.0alpha
-rwxr-xr-x | daemon/indicator_icon_list.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/daemon/indicator_icon_list.c b/daemon/indicator_icon_list.c index f8005fb..cebe9bd 100755 --- a/daemon/indicator_icon_list.c +++ b/daemon/indicator_icon_list.c @@ -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) { |