eitd/sectionsd.cpp: bugfix, emove pthread_exit from OpenThreads::Thread::run functions

Origin commit data
------------------
Branch: ni/coolstream
Commit: 8049155cfb
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-04-01 (Sun, 01 Apr 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2012-04-01 16:50:16 +04:00
parent c19a7f52ad
commit 5f33cb57fe

View File

@@ -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);
}
/********************************************************************************/