Fixed the crash issue when ecore_shutdown() is called after closing ecore_imf module 60/137460/1
authorInHong Han <inhong1.han@samsung.com>
Fri, 28 Apr 2017 05:26:57 +0000 (14:26 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Thu, 6 Jul 2017 04:55:29 +0000 (04:55 +0000)
Change-Id: I0ff4772e1da2a58c77fefc44ce313a396cabe260

ism/extras/wayland_immodule/wayland_imcontext.c

index d6604ad..dd294bd 100644 (file)
@@ -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