make it not crash

This commit is contained in:
Hongze Cheng 2022-11-29 17:52:13 +08:00
parent 5cee5bc447
commit bffb92b911
1 changed files with 0 additions and 1 deletions

View File

@ -6827,7 +6827,6 @@ void tDestroySSubmitReq2(SSubmitReq2 *pReq) {
if (NULL == pReq) return;
taosArrayDestroyEx(pReq->aSubmitTbData, (FDelete)destroySSubmitTbData);
taosMemoryFree(pReq);
}
int32_t tEncodeSSubmitRsp2(SEncoder *pCoder, const SSubmitRsp2 *pRsp) {