https://bugs.kde.org/show_bug.cgi?id=484674
Akseli Lahtinen <akse...@akselmo.dev> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/plas | |ma/libplasma/-/commit/1ffb0 | |7ede4d305fcdb0a58b7713cc476 | |666b58d1 Status|ASSIGNED |RESOLVED Resolution|--- |FIXED --- Comment #8 from Akseli Lahtinen <akse...@akselmo.dev> --- Git commit 1ffb07ede4d305fcdb0a58b7713cc476666b58d1 by Akseli Lahtinen. Committed on 08/07/2024 at 12:27. Pushed by akselmo into branch 'master'. containmentitem.cpp: Do not set dropJob parent to m_dropMenu Setting the parent of dropJob to m_dropMenu here can cause crashes, due to m_dropMenu not necessarily existing. For example in cases where one drags an item from task manager that has no associated desktop file, the m_dropMenu is deleted, which deletes the job during async operation/running a method (line 423), which then causes crashing because things end up in odd state. M +0 -4 src/plasmaquick/plasmoid/containmentitem.cpp https://invent.kde.org/plasma/libplasma/-/commit/1ffb07ede4d305fcdb0a58b7713cc476666b58d1 -- You are receiving this mail because: You are watching all bug changes.