add one line back for double insurance

This commit is contained in:
Jeff Tao 2020-05-23 00:30:13 +00:00
parent 138b7f3820
commit 93f71daf16
2 changed files with 40009 additions and 0 deletions

40008
client.log0.0 Executable file

File diff suppressed because it is too large Load Diff

View File

@ -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);
}
}