From ee2f5abf822a585a1ae9672a77c8615a9e7845b4 Mon Sep 17 00:00:00 2001 From: wangmm0220 Date: Tue, 20 Sep 2022 09:52:10 +0800 Subject: [PATCH] fix:error in CI --- source/client/src/clientRawBlockWrite.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/client/src/clientRawBlockWrite.c b/source/client/src/clientRawBlockWrite.c index 6bd0d51999..eb7b45cc05 100644 --- a/source/client/src/clientRawBlockWrite.c +++ b/source/client/src/clientRawBlockWrite.c @@ -1598,6 +1598,8 @@ static int32_t tmqWriteRawDataImpl(TAOS* taos, void* data, int32_t dataLen) { subReq->length += sizeof(SSubmitBlk) + schemaLen + totalLen; subReq->numOfBlocks++; taosMemoryFreeClear(pTableMeta); + rspObj.resInfo.pRspMsg = NULL; + doFreeReqResultInfo(&rspObj.resInfo); } pQuery = (SQuery*)nodesMakeNode(QUERY_NODE_QUERY); -- GitLab