fix unit test

This commit is contained in:
yihaoDeng 2022-04-24 18:41:34 +08:00
parent 8281f3bdda
commit ee929937e1
1 changed files with 1 additions and 0 deletions

View File

@ -979,6 +979,7 @@ void transCloseServer(void* arg) {
transSrvInst--;
if (transSrvInst == 0) {
transModuleInit = PTHREAD_ONCE_INIT;
uvCloseExHandleMgt();
}
}