diff --git a/src/bin/e_bryce.c b/src/bin/e_bryce.c index 1d57fcb02..f5c039e4a 100644 --- a/src/bin/e_bryce.c +++ b/src/bin/e_bryce.c @@ -573,6 +573,8 @@ _bryce_mouse_down_post(void *data, Evas *e EINA_UNUSED) Bryce *b = data; Evas_Event_Mouse_Down *ev; + if (!b->event_info) + return EINA_FALSE; ev = b->event_info; b->event_info = NULL; if (ev->event_flags & EVAS_EVENT_FLAG_ON_HOLD) return EINA_TRUE;