TD-2805
This commit is contained in:
parent
1db01cf034
commit
29394ec81f
|
@ -60,7 +60,7 @@ void httpCleanUpConnect() {
|
||||||
HttpServer *pServer = &tsHttpServer;
|
HttpServer *pServer = &tsHttpServer;
|
||||||
if (pServer->pThreads == NULL) return;
|
if (pServer->pThreads == NULL) return;
|
||||||
|
|
||||||
if (taosCheckPthreadValid(pServer->thread) {
|
if (taosCheckPthreadValid(pServer->thread)) {
|
||||||
pthread_join(pServer->thread, NULL);
|
pthread_join(pServer->thread, NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue