Merge remote-tracking branch 'origin/fix/hb' into fix/tsim
This commit is contained in:
commit
df1c0f1fa9
|
@ -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