提交 c379a35f 编写于 作者: wmmhello's avatar wmmhello

fix:error in CI

上级 345b68cc
......@@ -388,8 +388,8 @@ int metaTtlSmaller(SMeta *pMeta, uint64_t ttl, SArray *uidList) {
}
ttlKey = *(STtlIdxKey *)pKey;
taosArrayPush(uidList, &ttlKey.uid);
tdbFree(pKey);
}
tdbFree(pKey);
tdbTbcClose(pCur);
return 0;
}
......
......@@ -1153,8 +1153,7 @@ int32_t toJsonFunction(SScalarParam *pInput, int32_t inputNum, SScalarParam *pOu
memcpy(tmp, varDataVal(input), varDataLen(input));
tmp[varDataLen(input)] = 0;
if(parseJsontoTagData(tmp, pTagVals, &pTag, NULL)){
taosArrayDestroy(pTagVals);
return TSDB_CODE_FAILED;
tTagNew(pTagVals, 1, true, &pTag);
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册