Fixed a possible hangup when ending a replay session while cIndexFile::CatchUp() is waiting

This commit is contained in:
Klaus Schmidinger
2005-05-22 11:29:19 +02:00
parent 6b25832913
commit a05590796a
4 changed files with 8 additions and 4 deletions

View File

@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
* $Id: dvbplayer.c 1.33 2005/05/08 14:07:00 kls Exp $
* $Id: dvbplayer.c 1.34 2005/05/22 11:26:51 kls Exp $
*/
#include "dvbplayer.h"
@@ -355,7 +355,7 @@ void cDvbPlayer::Activate(bool On)
}
else if (active) {
running = false;
Cancel(3);
Cancel(9);
active = false;
}
}