From efe06b8e9812c06c9e16ea4affd8f427b43ad70b Mon Sep 17 00:00:00 2001 From: kamel5 Date: Mon, 6 Jan 2020 13:10:41 +0100 Subject: [PATCH] Fixed a possible deadlook in cEPGView::cEPGView --- view.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }