https://bugs.kde.org/show_bug.cgi?id=437184
David Redondo <k...@david-redondo.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/plas | |ma/plasma-pa/commit/1982415 | |fc2abdd39a8eeaf4b68a53e05c9 | |571395 --- Comment #4 from David Redondo <k...@david-redondo.de> --- Git commit 1982415fc2abdd39a8eeaf4b68a53e05c9571395 by David Redondo. Committed on 19/05/2021 at 08:25. Pushed by ngraham into branch 'master'. Fix crash when target is destroyed before monitor The target is saved as a QPointer inside VolumeMonitor. This is generally a good idea since its lifetime is managed somewhere else. However in this case this means we are not noticing when it is deleted and cannot distinguish that from not having a set target. When the VolumeObject is deleted before the monitor, it would fail to unset the pulseaudio callbacks resulting in them being called after destruction. M +4 -1 src/volumemonitor.cpp M +1 -1 src/volumemonitor.h https://invent.kde.org/plasma/plasma-pa/commit/1982415fc2abdd39a8eeaf4b68a53e05c9571395 -- You are receiving this mail because: You are watching all bug changes.