My KWIN fork where I work on features like per-output virtual desktops
Find a file
Vlad Zahorodnii 48d9e4cc0e Automatically close fds for inert resources
If the plasma window resource is inert, the associated get_icon handler
won't be invoked. This results in leaked file descriptors.

With this change, the corresponding close() function call will be
generated to avoid leaking file descriptors and potentially crashing the
session due to kwin running out of fds.

BUG: 438097
2021-09-27 18:02:58 +00:00
src/wayland Automatically close fds for inert resources 2021-09-27 18:02:58 +00:00