devilhorns pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=cc29eb432e3f08ddd9d59e66ea29e7179322150b

commit cc29eb432e3f08ddd9d59e66ea29e7179322150b
Author: Chris Michael <cp.mich...@samsung.com>
Date:   Fri Oct 9 12:23:10 2015 -0400

    ecore-imf-wayland: Disconnect display when we close the module
    
    Signed-off-by: Chris Michael <cp.mich...@samsung.com>
---
 src/modules/ecore_imf/wayland/wayland_module.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/modules/ecore_imf/wayland/wayland_module.c 
b/src/modules/ecore_imf/wayland/wayland_module.c
index ab6a861..968fa4b 100644
--- a/src/modules/ecore_imf/wayland/wayland_module.c
+++ b/src/modules/ecore_imf/wayland/wayland_module.c
@@ -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();
 }
 

-- 


Reply via email to