Skip to content

Commit

Permalink
Fix a segfault in MythDVDPlayer.
Browse files Browse the repository at this point in the history
  • Loading branch information
cpinkham committed Jan 28, 2011
1 parent 2f2ce34 commit f36b3f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mythtv/libs/libmythtv/mythdvdplayer.cpp
Expand Up @@ -251,6 +251,7 @@ void MythDVDPlayer::EventStart(void)
QString name;
QString serialid;
if (player_ctx->playingInfo->GetTitle().isEmpty() &&
player_ctx->buffer->DVD() &&
player_ctx->buffer->DVD()->GetNameAndSerialNum(name, serialid))
{
player_ctx->playingInfo->SetTitle(name);
Expand Down

0 comments on commit f36b3f0

Please sign in to comment.