From 593ccf20547e0a4fcbae2b8addbc9db9c4995bdf Mon Sep 17 00:00:00 2001 From: yihaoDeng Date: Mon, 12 Aug 2024 11:45:30 +0800 Subject: [PATCH] refactor code --- source/libs/transport/src/transCli.c | 1 - 1 file changed, 1 deletion(-) 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); } } }