refactor code

This commit is contained in:
yihaoDeng 2024-08-12 11:45:30 +08:00
parent 6a7cee7687
commit 593ccf2054
1 changed files with 0 additions and 1 deletions

View File

@ -2073,7 +2073,6 @@ static void cliBatchDealReq(queue* wq, SCliThrd* pThrd) {
code = createBatch(&tBatch, *ppBatchList, pMsg); code = createBatch(&tBatch, *ppBatchList, pMsg);
if (code != 0) { if (code != 0) {
destroyCmsg(pMsg); destroyCmsg(pMsg);
cliDestroyBatch(pBatch);
} }
} }
} }