Skip to content

wayland: Fix a crash in DrmLeaseDeviceV1Interface::setDrmMaster()

Vlad Zahorodnii requested to merge work/cherry-pick-9e77e503 into Plasma/6.0

The case when a resource is destroyed before kwin becomes the drm master again is not handled. It can leave dangling pointers in m_pendingFds.

(cherry picked from commit 9e77e503)

Merge request reports