Merge remote-tracking branch 'origin/fix/hb' into fix/tsim

This commit is contained in:
Shengliang Guan 2022-04-24 18:45:24 +08:00
commit df1c0f1fa9
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();
}
}