fix:[TD-31017]process return value in tq for tmq

This commit is contained in:
wangmm0220 2024-07-25 17:07:18 +08:00
parent f06bc2467d
commit 63a239d456
1 changed files with 0 additions and 1 deletions

View File

@ -612,7 +612,6 @@ int32_t tqExtractDelDataBlock(const void* pData, int32_t len, int64_t ver, void*
colDataSetNULL(tmp, i);
}
taosArrayDestroy(pRes->uidList);
if (type == 0) {
code = taosAllocateQitem(sizeof(SStreamRefDataBlock), DEF_QITEM, 0, pRefBlock);
if (code) {