From cb363eb9b8469cbe435885d265981c82b6b83320 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Mon, 10 Aug 2015 18:51:32 -0400 Subject: [PATCH] close xwl dnd pipe on operation end --- src/modules/xwayland/dnd.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/modules/xwayland/dnd.c b/src/modules/xwayland/dnd.c index 68f6e522f..ca8fb7df4 100644 --- a/src/modules/xwayland/dnd.c +++ b/src/modules/xwayland/dnd.c @@ -32,6 +32,7 @@ typedef struct static void _pipe_free(Pipe *p) { + close(ecore_main_fd_handler_fd_get(p->fdh)); ecore_main_fd_handler_del(p->fdh); eina_binbuf_free(p->buf); free(p);