提交 24ae8d7e 编写于 作者: S slzhou

fix: fix ci memory leak error

上级 43ac6fb1
......@@ -4378,6 +4378,7 @@ int32_t fltSclProcessCNF(SArray *sclOpListCNF, SArray *colRangeList) {
taosArrayDestroy(points);
colRange->points = merged;
} else {
taosArrayDestroy(colRange->points);
colRange->points = points;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册