fix: no memory trim when no para tables scan

This commit is contained in:
slzhou 2024-02-29 09:12:15 +08:00
parent cdc29bb231
commit e81afaf0a2
1 changed files with 2 additions and 1 deletions

View File

@ -3763,8 +3763,9 @@ static int32_t stopSubTablesTableMergeScan(STableMergeScanInfo* pInfo) {
taosMemoryFree(pSubTblsInfo);
pInfo->pSubTablesMergeInfo = NULL;
}
taosMemoryTrim(0);
}
return TSDB_CODE_SUCCESS;
}