提交 a71778cf 编写于 作者: K kailixu

refact: rsam adapt taosAllocateQitem

上级 fcb99d45
......@@ -756,7 +756,7 @@ _err:
static int32_t tdExecuteRSmaImplAsync(SSma *pSma, int64_t version, const void *pMsg, int32_t len, int32_t inputType,
SRSmaInfo *pInfo, tb_uid_t suid) {
int32_t size = sizeof(int32_t) + sizeof(int64_t) + len;
void *qItem = taosAllocateQitem(size, DEF_QITEM);
void *qItem = taosAllocateQitem(size, DEF_QITEM, 0);
if (!qItem) {
return TSDB_CODE_FAILED;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册