提交 35b78f59 编写于 作者: G Ganlin Zhao

Revert "Revert "fix: coverity issues""

This reverts commit caa88bc5.
上级 caa88bc5
......@@ -5954,6 +5954,7 @@ 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) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册