Skip to content

Commit

Permalink
fixup: leave lock
Browse files Browse the repository at this point in the history
  • Loading branch information
xhaggi authored and popcornmix committed May 2, 2015
1 parent c87a41f commit 9491003
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xbmc/utils/SeekHandler.cpp
Expand Up @@ -122,6 +122,7 @@ void CSeekHandler::Seek(bool forward, float amount, float duration /* = 0 */, bo
// use only the first step forward/backward for a seek without a delay
if (!analogSeek && m_seekDelays.at(type) == 0)
{
lock.Leave();
SeekSeconds(GetSeekStepSize(type, forward ? 1 : -1));
return;
}
Expand Down

0 comments on commit 9491003

Please sign in to comment.