devilhorns pushed a commit to branch master.

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

commit a4e6ea3348d599afce2ac0894ceaac58363abbab
Author: Chris Michael <cp.mich...@samsung.com>
Date:   Tue Oct 14 17:46:07 2014 -0400

    add call to delete fd handler when we close the compositor
    
    Signed-off-by: Chris Michael <cp.mich...@samsung.com>
---
 src/bin/e_comp_wl.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/bin/e_comp_wl.c b/src/bin/e_comp_wl.c
index c882792..f1f764e 100644
--- a/src/bin/e_comp_wl.c
+++ b/src/bin/e_comp_wl.c
@@ -232,6 +232,9 @@ _e_comp_wl_compositor_cb_del(E_Comp *comp)
    /* get existing compositor data */
    if (!(cdata = comp->wl_comp_data)) return;
 
+   /* delete fd handler */
+   if (cdata->fd_hdlr) ecore_main_fd_handler_del(cdata->fd_hdlr);
+
    /* free allocated data structure */
    free(cdata);
 }

-- 


Reply via email to