fix unit test
This commit is contained in:
parent
8281f3bdda
commit
ee929937e1
|
@ -979,6 +979,7 @@ void transCloseServer(void* arg) {
|
||||||
|
|
||||||
transSrvInst--;
|
transSrvInst--;
|
||||||
if (transSrvInst == 0) {
|
if (transSrvInst == 0) {
|
||||||
|
transModuleInit = PTHREAD_ONCE_INIT;
|
||||||
uvCloseExHandleMgt();
|
uvCloseExHandleMgt();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue