mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 08:51:10 +02:00
Remove redundant pthread_cancel() call
This commit is contained in:
@@ -112,10 +112,6 @@ void CScreenSaver::Stop()
|
||||
thrScreenSaver = 0;
|
||||
}
|
||||
|
||||
if(thrScreenSaver)
|
||||
pthread_cancel(thrScreenSaver);
|
||||
thrScreenSaver = 0;
|
||||
|
||||
if (scr_clock){
|
||||
scr_clock->Stop();
|
||||
delete scr_clock;
|
||||
|
Reference in New Issue
Block a user