diff --git a/src/bin/e_icon.c b/src/bin/e_icon.c index 6e1448810..d0833b26a 100644 --- a/src/bin/e_icon.c +++ b/src/bin/e_icon.c @@ -62,6 +62,7 @@ e_icon_file_set(Evas_Object *obj, const char *file) E_Smart_Data *sd; int len; + if (!file) return; if (!(sd = evas_object_smart_data_get(obj))) return EINA_FALSE;