mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 00:41:09 +02:00
CInfoViewerBB: avoid crash in destructor
Origin commit data
------------------
Commit: bd22ca2497
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-04-14 (Sun, 14 Apr 2013)
This commit is contained in:
committed by
[CST] Focus
parent
297375fa4c
commit
47a52eb270
@@ -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