提交 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
pFillInfo->pData = malloc(POINTER_BYTES * numOfCols);
if (pFillInfo->pData == NULL) {
tfree(pFillInfo->pData);
tfree(pFillInfo);
return NULL;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册