null efm icon eio handle in error callback

ref T2829
devs/captainigloo/eglfs
Mike Blumenkrantz 8 years ago
parent 3ad521ab9c
commit c2e2769c3a
  1. 4
      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

Loading…
Cancel
Save