mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 15:32:59 +02:00
eitd/sectionsd.cpp: bugfix, emove pthread_exit from OpenThreads::Thread::run functions
This commit is contained in:
@@ -1442,7 +1442,6 @@ void CTimeThread::run()
|
|||||||
}
|
}
|
||||||
delete[] static_buf;
|
delete[] static_buf;
|
||||||
printf("[sectionsd] timeThread stopped\n");
|
printf("[sectionsd] timeThread stopped\n");
|
||||||
pthread_exit(NULL);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/********************************************************************************/
|
/********************************************************************************/
|
||||||
@@ -1558,7 +1557,6 @@ void CSectionThread::run()
|
|||||||
delete[] static_buf;
|
delete[] static_buf;
|
||||||
cleanup();
|
cleanup();
|
||||||
printf("[sectionsd] %s stopped\n", name.c_str());
|
printf("[sectionsd] %s stopped\n", name.c_str());
|
||||||
pthread_exit(NULL);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/********************************************************************************/
|
/********************************************************************************/
|
||||||
|
Reference in New Issue
Block a user