“76cc7b284f2ce32d123d44e77e08028962bd6985”上不存在“projects/michaeldegroot/imports.yml”
未验证 提交 25681980 编写于 作者: P plum-lihui 提交者: GitHub

Merge pull request #1450 from sangshuduo/fix-double-free-pCond

fix pCond double free issue.
......@@ -711,7 +711,6 @@ static int32_t mgmtFilterMeterByIndex(STabObj* pMetric, tQueryResultset* pRes, c
// failed to build expression, no result, return immediately
if (pExpr == NULL) {
mError("metric:%s, no result returned, error in super table query expression:%s", pMetric->meterId, pCond);
tfree(pCond);
return TSDB_CODE_OPS_NOT_SUPPORT;
} else { // query according to the binary expression
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册