[td-186] merge develop branch
This commit is contained in:
parent
96b24d7064
commit
3ceaf386b5
|
@ -298,7 +298,8 @@ void rpcClose(void *param) {
|
||||||
(*taosCleanUpConn[pRpc->connType | RPC_CONN_TCP])(pRpc->tcphandle);
|
(*taosCleanUpConn[pRpc->connType | RPC_CONN_TCP])(pRpc->tcphandle);
|
||||||
(*taosCleanUpConn[pRpc->connType])(pRpc->udphandle);
|
(*taosCleanUpConn[pRpc->connType])(pRpc->udphandle);
|
||||||
|
|
||||||
taosHashCleanup(pRpc->hash);
|
// taosHashCleanup(pRpc->hash);
|
||||||
|
taosCleanUpStrHash(pRpc->hash);
|
||||||
taosTmrCleanUp(pRpc->tmrCtrl);
|
taosTmrCleanUp(pRpc->tmrCtrl);
|
||||||
taosIdPoolCleanUp(pRpc->idPool);
|
taosIdPoolCleanUp(pRpc->idPool);
|
||||||
rpcCloseConnCache(pRpc->pCache);
|
rpcCloseConnCache(pRpc->pCache);
|
||||||
|
|
Loading…
Reference in New Issue