From: InHong Han Date: Fri, 28 Apr 2017 05:26:57 +0000 (+0900) Subject: Fixed the crash issue when ecore_shutdown() is called after closing ecore_imf module X-Git-Tag: accepted/tizen/unified/20170713.153704~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3fca7d603bbbc73662dc2270193a94fb4b6e28f1;p=platform%2Fcore%2Fuifw%2Fisf.git Fixed the crash issue when ecore_shutdown() is called after closing ecore_imf module Change-Id: I0ff4772e1da2a58c77fefc44ce313a396cabe260 --- 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