https://bugs.kde.org/show_bug.cgi?id=490616
Jack Hill <jackhill3...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|REPORTED |RESOLVED Latest Commit| |https://invent.kde.org/netw | |ork/ktorrent/-/commit/6ffed | |4d673b77f20050aa9511fb03062 | |ca1267d1 --- Comment #1 from Jack Hill <jackhill3...@gmail.com> --- Git commit 6ffed4d673b77f20050aa9511fb03062ca1267d1 by Jack Hill. Committed on 17/08/2024 at 11:50. Pushed by jackh into branch 'master'. Fix crash when video widget closes show_video_action::toggled is connected to showVideo, which calls closeVideo. So when we set show_video_action::checked in closeVideo, this caused closeVideo to be called recursively. Then we set video to be a nullptr and return back to the first calling of closeVideo. Then we try to dereference video again, which results in a crash. The video widget still crashes for me anyway, but now due to the phonon-vlc backend. M +2 -2 plugins/mediaplayer/mediaplayeractivity.cpp https://invent.kde.org/network/ktorrent/-/commit/6ffed4d673b77f20050aa9511fb03062ca1267d1 -- You are receiving this mail because: You are watching all bug changes.