https://bugs.kde.org/show_bug.cgi?id=499944
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas |ma/libplasma/-/commit/027b9 |ma/libplasma/-/commit/8b0db |180038ddfddf712a8123da54bfc |d82c7a69893371626b57806edec |223a8691 |ba1ae31a --- Comment #7 from Nate Graham <n...@kde.org> --- Git commit 8b0dbd82c7a69893371626b57806edecba1ae31a by Nate Graham. Committed on 07/03/2025 at 15:36. Pushed by ngraham into branch 'Plasma/6.3'. ContainmentItem: delete wallpaper item immediately to fix crash When ContainmentItem receives ItemSceneChange, the window might be destroyed soon. However, if deleteLater is used, the window might be destroyed before the wallpaper item, but the wallpaper item still accesses the dangling window in its dtor, which causes a crash. SENTRY: PLASMA-WORKSPACE-1Y5 FIXED-IN: 6.3.3 (cherry picked from commit 027b9180038ddfddf712a8123da54bfc223a8691) Co-authored-by: Fushan Wen <qydwhotm...@gmail.com> M +1 -1 src/plasmaquick/plasmoid/containmentitem.cpp https://invent.kde.org/plasma/libplasma/-/commit/8b0dbd82c7a69893371626b57806edecba1ae31a -- You are receiving this mail because: You are watching all bug changes.