mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 00:41:17 +02:00
CInfoViewerBB: avoid crash in destructor
This commit is contained in:
committed by
Jacek Jendrzej
parent
a709a13f54
commit
41299cf7d9
@@ -128,9 +128,10 @@ CInfoViewerBB::~CInfoViewerBB()
|
|||||||
pthread_cancel(scrambledT);
|
pthread_cancel(scrambledT);
|
||||||
scrambledT = 0;
|
scrambledT = 0;
|
||||||
}
|
}
|
||||||
if(hddperT) {
|
if(hddperTflag) {
|
||||||
pthread_cancel(hddperT);
|
pthread_cancel(hddperT);
|
||||||
hddperT = 0;
|
hddperT = 0;
|
||||||
|
hddperTflag = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user