add one line back for double insurance
This commit is contained in:
parent
138b7f3820
commit
93f71daf16
File diff suppressed because it is too large
Load Diff
|
@ -418,6 +418,7 @@ static void *taosProcessTcpData(void *param) {
|
|||
recvInfo.connType = RPC_CONN_TCP;
|
||||
|
||||
pFdObj->thandle = (*(pThreadObj->processData))(&recvInfo);
|
||||
if (pFdObj->thandle == NULL) taosFreeFdObj(pFdObj);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue