discomfitor pushed a commit to branch master.

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

commit fab0b8122f06dc4c8562bae03ea3fb998e31173c
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Thu Jun 25 19:24:40 2015 -0400

    don't call wl comp delete function twice on shutdown
---
 src/bin/e_comp_wl.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/src/bin/e_comp_wl.c b/src/bin/e_comp_wl.c
index 971c4a9..101e62b 100644
--- a/src/bin/e_comp_wl.c
+++ b/src/bin/e_comp_wl.c
@@ -2657,10 +2657,6 @@ e_comp_wl_surface_create_signal_get(void)
 EINTERN void
 e_comp_wl_shutdown(void)
 {
-#ifndef HAVE_WAYLAND_ONLY
-   _e_comp_wl_compositor_cb_del(e_comp);
-#endif
-
    /* free handlers */
    E_FREE_LIST(handlers, ecore_event_handler_del);
 

-- 


Reply via email to