devilhorns pushed a commit to branch master.

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

commit e0d301fdb681db1e597266179e0bcd4bec0e06d8
Author: Chris Michael <cp.mich...@samsung.com>
Date:   Tue Oct 14 14:53:06 2014 -0400

    add call to shutdown Ecore_Wayland
    
    Signed-off-by: Chris Michael <cp.mich...@samsung.com>
---
 src/bin/e_comp_wl.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/bin/e_comp_wl.c b/src/bin/e_comp_wl.c
index dcd4f1c..7861ae0 100644
--- a/src/bin/e_comp_wl.c
+++ b/src/bin/e_comp_wl.c
@@ -238,7 +238,8 @@ e_comp_wl_surface_create_signal_get(E_Comp *comp)
 EINTERN void 
 e_comp_wl_shutdown(void)
 {
-
+   /* shutdown ecore_wayland */
+   ecore_wl_shutdown();
 }
 
 EINTERN struct wl_resource *

-- 


Reply via email to