add call to delete fd handler when we close the compositor

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2014-10-14 17:46:07 -04:00
parent 8963b3ff88
commit a4e6ea3348
1 changed files with 3 additions and 0 deletions

View File

@ -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);
}