Remove redundant pthread_cancel() call

This commit is contained in:
M. Liebmann
2016-01-03 12:56:36 +01:00
parent f661cb2ee3
commit 0e68d504c9

View File

@@ -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;