fix(query): memory leak with pPageIdList on sort1
This commit is contained in:
parent
48f4d26acd
commit
0b3f21bef7
|
@ -121,7 +121,7 @@ void tsortClearOrderdSource(SArray *pOrderedSource) {
|
|||
taosArrayDestroy((*pSource)->pageIdList);
|
||||
}
|
||||
if ((*pSource)->param && !(*pSource)->onlyRef) {
|
||||
taosMemoryFree((*pSource)->param);
|
||||
taosMemoryFree((*pSource)->param);
|
||||
}
|
||||
taosMemoryFreeClear(*pSource);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue