TD-1944
This commit is contained in:
parent
5b3d0de310
commit
6ca2968862
|
@ -1622,7 +1622,7 @@ static void rpcDecRef(SRpcInfo *pRpc)
|
||||||
|
|
||||||
int count = atomic_sub_fetch_32(&tsRpcNum, 1);
|
int count = atomic_sub_fetch_32(&tsRpcNum, 1);
|
||||||
if (count == 0) {
|
if (count == 0) {
|
||||||
taosCloseRef(tsRpcRefId);
|
// taosCloseRef(tsRpcRefId);
|
||||||
// tsRpcInit = PTHREAD_ONCE_INIT; // windows compliling error
|
// tsRpcInit = PTHREAD_ONCE_INIT; // windows compliling error
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue