fix: fix ci memory leak error
This commit is contained in:
parent
43ac6fb1fd
commit
24ae8d7ecb
|
@ -4378,6 +4378,7 @@ int32_t fltSclProcessCNF(SArray *sclOpListCNF, SArray *colRangeList) {
|
||||||
taosArrayDestroy(points);
|
taosArrayDestroy(points);
|
||||||
colRange->points = merged;
|
colRange->points = merged;
|
||||||
} else {
|
} else {
|
||||||
|
taosArrayDestroy(colRange->points);
|
||||||
colRange->points = points;
|
colRange->points = points;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue