diff --git a/src/bin/e_fm.c b/src/bin/e_fm.c index 0b6dc3b4c..08f2905d8 100644 --- a/src/bin/e_fm.c +++ b/src/bin/e_fm.c @@ -5199,8 +5199,10 @@ _e_fm2_cb_eio_stat(void *data, Eio_File *handler EINA_UNUSED, const Eina_Stat *s } static void -_e_fm2_cb_eio_err(void *data EINA_UNUSED, Eio_File *handler EINA_UNUSED, int error EINA_UNUSED) +_e_fm2_cb_eio_err(void *data, Eio_File *handler EINA_UNUSED, int error EINA_UNUSED) { + E_Fm2_Icon *ic = data; + ic->eio = NULL; } static int