Fixed a possible deadlook in cEPGView::cEPGView

This commit is contained in:
kamel5 2020-01-06 13:10:41 +01:00
parent 6540e21444
commit efe06b8e98
1 changed files with 1 additions and 1 deletions

2
view.c
View File

@ -522,7 +522,7 @@ cEPGView::cEPGView(void) : cView() {
}
cEPGView::~cEPGView(void) {
Cancel(-1);
Cancel(2);
while (Active())
cCondWait::SleepMs(10);
}