ecore-imf-wayland: Disconnect display when we close the module

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2015-10-09 12:23:10 -04:00
parent da260bd5a5
commit cc29eb432e
1 changed files with 1 additions and 0 deletions

View File

@ -179,6 +179,7 @@ static void
im_module_shutdown(void)
{
EINA_LOG_DOM_INFO(_ecore_imf_wayland_log_dom, "im module shutdown");
ecore_wl2_display_disconnect(ewd);
ecore_wl2_shutdown();
}