[td-11818] fix invalid write.

This commit is contained in:
Haojun Liao 2022-01-06 11:37:45 +08:00
parent 4725b4e020
commit 20c264ba02
1 changed files with 0 additions and 2 deletions

View File

@ -535,9 +535,7 @@ void* doFetchRow(SRequestObj* pRequest) {
int64_t transporterId = 0;
STscObj *pTscObj = pRequest->pTscObj;
asyncSendMsgToServer(pTscObj->pTransporter, &pTscObj->pAppInfo->mgmtEp.epSet, &transporterId, body);
tsem_wait(&pRequest->body.rspSem);
destroySendMsgInfo(body);
pRequest->type = TDMT_VND_SHOW_TABLES_FETCH;
}