diff options
-rw-r--r-- | view.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -522,7 +522,7 @@ cEPGView::cEPGView(void) : cView() { } cEPGView::~cEPGView(void) { - Cancel(-1); + Cancel(2); while (Active()) cCondWait::SleepMs(10); } |