diff --git a/source/libs/transport/src/transCli.c b/source/libs/transport/src/transCli.c index 2cc89a2609..6006d7af7a 100644 --- a/source/libs/transport/src/transCli.c +++ b/source/libs/transport/src/transCli.c @@ -2073,7 +2073,6 @@ static void cliBatchDealReq(queue* wq, SCliThrd* pThrd) { code = createBatch(&tBatch, *ppBatchList, pMsg); if (code != 0) { destroyCmsg(pMsg); - cliDestroyBatch(pBatch); } } }