From 5f33cb57fe0cd2c7c0b98cc3c5df0e29ce9e1f7b 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 Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/8049155cfb5dbf8b2ae07add6e36be2cca029767 Author: [CST] Focus Date: 2012-04-01 (Sun, 01 Apr 2012) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- 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); } /********************************************************************************/