提交 6cd2d69d 编写于 作者: H Haojun Liao

[td-13039] fix compiler error.

上级 b9c33dad
此差异已折叠。
......@@ -279,7 +279,7 @@ static FORCE_INLINE void varToBool(char *buf, SScalarParam* pOut, int32_t rowInd
int32_t vectorConvertFromVarData(SScalarParam* pIn, SScalarParam* pOut, int32_t inType, int32_t outType) {
int32_t bufSize = pIn->columnData->info.bytes;
char *tmp = malloc(bufSize);
char *tmp = taosMemoryMalloc(bufSize);
_bufConverteFunc func = NULL;
if (TSDB_DATA_TYPE_BOOL == outType) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册