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:
Stefan Seyfried
2013-04-14 19:13:31 +02:00
committed by [CST] Focus
parent 297375fa4c
commit 47a52eb270

View File

@@ -128,9 +128,10 @@ CInfoViewerBB::~CInfoViewerBB()
pthread_cancel(scrambledT);
scrambledT = 0;
}
if(hddperT) {
if(hddperTflag) {
pthread_cancel(hddperT);
hddperT = 0;
hddperTflag = false;
}
}