Skip to content

Commit 0badb8b

Browse files
author
Mark Kendall
committed
MythVideo: Fix a seg fault when moving through the video list.
This was 100% repeatable on my latest windows build and may account for the occasional random crash I've seen on linux as well.
1 parent 59f6605 commit 0badb8b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mythtv/programs/mythfrontend/videodlg.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -438,6 +438,7 @@ namespace
438438

439439
~FanartLoader()
440440
{
441+
m_fanartTimer.stop();
441442
m_fanartTimer.disconnect(this);
442443
}
443444

0 commit comments

Comments
 (0)