fix: fix ci memory leak error

This commit is contained in:
slzhou 2023-05-23 09:49:42 +08:00
parent 43ac6fb1fd
commit 24ae8d7ecb
1 changed files with 1 additions and 0 deletions

View File

@ -4378,6 +4378,7 @@ int32_t fltSclProcessCNF(SArray *sclOpListCNF, SArray *colRangeList) {
taosArrayDestroy(points);
colRange->points = merged;
} else {
taosArrayDestroy(colRange->points);
colRange->points = points;
}