From 8049155cfb5dbf8b2ae07add6e36be2cca029767 Mon Sep 17 00:00:00 2001 From: "[CST] Focus" Date: Sun, 1 Apr 2012 16:50:16 +0400 Subject: [PATCH] eitd/sectionsd.cpp: bugfix, emove pthread_exit from OpenThreads::Thread::run functions --- src/eitd/sectionsd.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/eitd/sectionsd.cpp b/src/eitd/sectionsd.cpp index 80aa9af9c..539debc2c 100644 --- a/src/eitd/sectionsd.cpp +++ b/src/eitd/sectionsd.cpp @@ -1442,7 +1442,6 @@ void CTimeThread::run() } delete[] static_buf; printf("[sectionsd] timeThread stopped\n"); - pthread_exit(NULL); } /********************************************************************************/ @@ -1558,7 +1557,6 @@ void CSectionThread::run() delete[] static_buf; cleanup(); printf("[sectionsd] %s stopped\n", name.c_str()); - pthread_exit(NULL); } /********************************************************************************/