diff --git a/xwayland/selection/incoming.c b/xwayland/selection/incoming.c index 7e2a0c14..257cccf1 100644 --- a/xwayland/selection/incoming.c +++ b/xwayland/selection/incoming.c @@ -158,6 +158,7 @@ static void source_send(struct wlr_xwm_selection *selection, if (!found) { wlr_log(WLR_DEBUG, "Cannot send X11 selection to Wayland: " "unsupported MIME type"); + close(fd); return; }