https://bugs.kde.org/show_bug.cgi?id=438097
Vlad Zahorodnii <vlad.zahorod...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/plas | |ma/kwayland-server/commit/c | |a07c765f50f37bdf5d213234ef6 | |c012af794587 Status|ASSIGNED |RESOLVED --- Comment #40 from Vlad Zahorodnii <vlad.zahorod...@kde.org> --- Git commit ca07c765f50f37bdf5d213234ef6c012af794587 by Vlad Zahorodnii. Committed on 27/09/2021 at 18:02. Pushed by vladz into branch 'master'. 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. M +7 -0 src/tools/qtwaylandscanner.cpp https://invent.kde.org/plasma/kwayland-server/commit/ca07c765f50f37bdf5d213234ef6c012af794587 -- You are receiving this mail because: You are watching all bug changes.