Skip to content

xwayland: Fix a couple of file descriptor leaks

Vlad Zahorodnii requested to merge work/zzag/xwayland-freeze into master

The -wm file descriptor leak prevents the poll() function in xcb_request_check() from returning POLLHUP when Xwayland dies.

The POLLHUP status will be set when all file descriptors for the other end point are closed.

BUG: 442846

Edited by Vlad Zahorodnii

Merge request reports

Loading