From c2e2769c3a64ccbf2948b6ee1ba9456e0a8b07f5 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Wed, 11 Nov 2015 12:25:56 -0500 Subject: [PATCH] null efm icon eio handle in error callback ref T2829 --- src/bin/e_fm.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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