“106e2731579ecc765d6e434ed5766a251bbe1fd4”上不存在“...dnode/mgmt/test/sut/git@gitcode.net:taosdata/tdengine.git”
提交 cbb94e7e 编写于 作者: X xywang

[TS-1029]<fix>(query): fixed an incorrect free

上级 ee1fed54
...@@ -375,7 +375,7 @@ SFillInfo* taosCreateFillInfo(int32_t order, TSKEY skey, int32_t numOfTags, int3 ...@@ -375,7 +375,7 @@ SFillInfo* taosCreateFillInfo(int32_t order, TSKEY skey, int32_t numOfTags, int3
pFillInfo->pData = malloc(POINTER_BYTES * numOfCols); pFillInfo->pData = malloc(POINTER_BYTES * numOfCols);
if (pFillInfo->pData == NULL) { if (pFillInfo->pData == NULL) {
tfree(pFillInfo->pData); tfree(pFillInfo);
return NULL; return NULL;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册