Skip to content

Fix touchpad kded crash on X11

Gabriel Souza Franco requested to merge work/gbs/touchpad-x11-crash into master

XlibBackend::devicePlugged gets called by m_notifications, need to use deleteLater() here to avoid a user-after-free crash.

BUG: 426937


Sorry for the last minute MR, but this fixes a consistent crash for me and I'd like to include it in 5.27.8.

Edited by Gabriel Souza Franco

Merge request reports