mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-11 23:51:03 +02:00
CInfoViewerBB: avoid crash in destructor
This commit is contained in:
@@ -128,9 +128,10 @@ CInfoViewerBB::~CInfoViewerBB()
|
||||
pthread_cancel(scrambledT);
|
||||
scrambledT = 0;
|
||||
}
|
||||
if(hddperT) {
|
||||
if (hddperTflag) {
|
||||
pthread_cancel(hddperT);
|
||||
hddperT = 0;
|
||||
hddperTflag = false;
|
||||
}
|
||||
if (hddscale)
|
||||
delete hddscale;
|
||||
|
Reference in New Issue
Block a user