From 3fca7d603bbbc73662dc2270193a94fb4b6e28f1 Mon Sep 17 00:00:00 2001 From: InHong Han Date: Fri, 28 Apr 2017 14:26:57 +0900 Subject: [PATCH] Fixed the crash issue when ecore_shutdown() is called after closing ecore_imf module Change-Id: I0ff4772e1da2a58c77fefc44ce313a396cabe260 --- ism/extras/wayland_immodule/wayland_imcontext.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ism/extras/wayland_immodule/wayland_imcontext.c b/ism/extras/wayland_immodule/wayland_imcontext.c index d6604ad..dd294bd 100644 --- a/ism/extras/wayland_immodule/wayland_imcontext.c +++ b/ism/extras/wayland_immodule/wayland_imcontext.c @@ -2554,6 +2554,8 @@ void wayland_im_uninitialize () ecore_device_del (_ime_device); _ime_device = NULL; } + + ecore_event_type_flush(ECORE_EVENT_DEVICE_ADD, ECORE_EVENT_DEVICE_DEL); } void -- 2.7.4