fix(query)[TD-31929]. Fix mem-leak caused by redundant allocations

This commit is contained in:
Jinqing Kuang 2024-09-05 16:58:20 +08:00
parent e6bb7bb531
commit ad5aa4b032
1 changed files with 0 additions and 2 deletions

View File

@ -1743,8 +1743,6 @@ static int32_t initRowMergeIfNeeded(STsdbReader* pReader, int64_t uid) {
if (ps == NULL) { if (ps == NULL) {
return terrno; return terrno;
} }
code = tsdbRowMergerInit(pMerger, ps);
} }
return code; return code;