This commit is contained in:
Jeff Tao 2020-11-05 10:58:28 +00:00
parent 5b3d0de310
commit 6ca2968862
1 changed files with 1 additions and 1 deletions

View File

@ -1622,7 +1622,7 @@ static void rpcDecRef(SRpcInfo *pRpc)
int count = atomic_sub_fetch_32(&tsRpcNum, 1);
if (count == 0) {
taosCloseRef(tsRpcRefId);
// taosCloseRef(tsRpcRefId);
// tsRpcInit = PTHREAD_ONCE_INIT; // windows compliling error
}
}