https://bugs.kde.org/show_bug.cgi?id=438097
Vlad Zahorodnii <vlad.zahorod...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas |ma/kwayland-server/commit/c |ma/kwayland-server/commit/2 |a07c765f50f37bdf5d213234ef6 |08b7bb4ed911913ba76b7337031 |c012af794587 |0703e0032e81 --- Comment #41 from Vlad Zahorodnii <vlad.zahorod...@kde.org> --- Git commit 208b7bb4ed911913ba76b73370310703e0032e81 by Vlad Zahorodnii. Committed on 27/09/2021 at 19:23. Pushed by vladz into branch 'Plasma/5.23'. 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. (cherry picked from commit ca07c765f50f37bdf5d213234ef6c012af794587) M +7 -0 src/tools/qtwaylandscanner.cpp https://invent.kde.org/plasma/kwayland-server/commit/208b7bb4ed911913ba76b73370310703e0032e81 -- You are receiving this mail because: You are watching all bug changes.