Skip to content

Commit

Permalink
TV: Fix unlocking of the player context in the main playback loop.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Kendall committed Mar 28, 2011
1 parent aa2be4e commit 5349458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/libs/libmythtv/tv_play.cpp
Expand Up @@ -318,8 +318,8 @@ bool TV::StartTV(ProgramInfo *tvrec, uint flags)
mctx->player->EventLoop();
mctx->player->VideoLoop();
}
mctx->UnlockDeletePlayer(__FILE__, __LINE__);
}
mctx->UnlockDeletePlayer(__FILE__, __LINE__);
tv->ReturnPlayerLock(mctx);
}

Expand Down

0 comments on commit 5349458

Please sign in to comment.