Merge pull request #27687 from taosdata/fix/TD-31929-3.0

fix(query)[TD-31929]. Fix mem-leak caused by redundant allocations
This commit is contained in:
Haojun Liao 2024-09-06 09:08:35 +08:00 committed by GitHub
commit 484627d492
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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) {
return terrno;
}
code = tsdbRowMergerInit(pMerger, ps);
}
return code;