summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--view.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/view.c b/view.c
index 4a5707c..f66938a 100644
--- a/view.c
+++ b/view.c
@@ -522,7 +522,7 @@ cEPGView::cEPGView(void) : cView() {
}
cEPGView::~cEPGView(void) {
- Cancel(-1);
+ Cancel(2);
while (Active())
cCondWait::SleepMs(10);
}