https://bugs.kde.org/show_bug.cgi?id=477165
Harald Sitter <sit...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REPORTED |RESOLVED Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/plas | |ma/plasma-workspace/-/commi | |t/0f1fe59a2e413b82609b2aac4 | |cf47d9345882cae --- Comment #5 from Harald Sitter <sit...@kde.org> --- Git commit 0f1fe59a2e413b82609b2aac4cf47d9345882cae by Harald Sitter. Committed on 22/02/2024 at 06:25. Pushed by sitter into branch 'master'. eventpluginsmanager: don't crash on double-delete of plugin objects The Qt docs command no deletes! > Don't try to delete the root component. Instead rely on that unload() will automatically delete it when needed. and > When the library is finally unloaded, the root component will automatically be deleted. consequently don't delete the root component and then crash when a double delete occurs. This notably seems easy to produce with multiple clocks that have events plugins loaded. M +3 -1 components/calendar/eventpluginsmanager.cpp https://invent.kde.org/plasma/plasma-workspace/-/commit/0f1fe59a2e413b82609b2aac4cf47d9345882cae -- You are receiving this mail because: You are watching all bug changes.