https://bugs.kde.org/show_bug.cgi?id=517427
--- Comment #5 from [email protected] --- Git commit 0ae104578dfd1c581501aa5fd4bdb02e1046fec3 by Bart De Vries. Committed on 11/03/2026 at 15:24. Pushed by bdevries into branch 'master'. Fix a crash due to invalid pointer resolution This happens on trying to play an invalid enclosure. The audiomanager tries to delete the enclosure (in case it was downloaded), but does that by calling the entry->enclosure object(s) which have, by then, been deleted already. M +13 -4 src/audiomanager.cpp M +1 -1 src/enclosure.cpp https://invent.kde.org/multimedia/kasts/-/commit/0ae104578dfd1c581501aa5fd4bdb02e1046fec3 -- You are receiving this mail because: You are watching all bug changes.
