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