close xwl dnd pipe on operation end

This commit is contained in:
Mike Blumenkrantz 2015-08-10 18:51:32 -04:00
parent 0ee67a1e52
commit cb363eb9b8
1 changed files with 1 additions and 0 deletions

View File

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