Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
TV: Fix unlocking of the player context in the main playback loop.
(cherry picked from commit 5349458)
  • Loading branch information
Mark Kendall committed Mar 28, 2011
1 parent 464fa28 commit c375a86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/libs/libmythtv/tv_play.cpp
Expand Up @@ -386,8 +386,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 c375a86

Please sign in to comment.