fix ci issue

This commit is contained in:
54liuyao 2024-11-05 13:15:32 +08:00
parent ecf8f92ac8
commit d010323eb6
1 changed files with 2 additions and 3 deletions

View File

@ -2153,6 +2153,7 @@ static int32_t generateSessionScanRange(SStreamScanInfo* pInfo, SSDataBlock* pSr
}
_end:
tSimpleHashCleanup(pScanRange);
if (code != TSDB_CODE_SUCCESS) {
qError("%s failed at line %d since %s", __func__, lino, tstrerror(code));
}
@ -2327,9 +2328,7 @@ static int32_t generateIntervalScanRange(SStreamScanInfo* pInfo, SSDataBlock* pS
}
_end:
if (pScanRange != NULL) {
tSimpleHashCleanup(pScanRange);
}
tSimpleHashCleanup(pScanRange);
if (code != TSDB_CODE_SUCCESS) {
qError("%s failed at line %d since %s", __func__, lino, tstrerror(code));
}