From 600bb6ee77f3ca6dfd142f3f1b87ae41c26f438d Mon Sep 17 00:00:00 2001 From: Ganlin Zhao Date: Tue, 25 Oct 2022 11:11:17 +0800 Subject: [PATCH] fix coverity --- source/common/src/tmsg.c | 1 - 1 file changed, 1 deletion(-) diff --git a/source/common/src/tmsg.c b/source/common/src/tmsg.c index 6784b05e84..47a260c147 100644 --- a/source/common/src/tmsg.c +++ b/source/common/src/tmsg.c @@ -5988,7 +5988,6 @@ int32_t tDecodeSMqDataRsp(SDecoder *pDecoder, SMqDataRsp *pRsp) { if (pSW == NULL) return -1; if (tDecodeSSchemaWrapper(pDecoder, pSW) < 0) return -1; taosArrayPush(pRsp->blockSchema, &pSW); - taosMemoryFree(pSW); } if (pRsp->withTbName) { -- GitLab