Merge pull request #25105 from taosdata/fix/3_liaohj

fix(stream): fix stream task retrieve reallocate error
This commit is contained in:
Haojun Liao 2024-03-15 21:44:21 +08:00 committed by GitHub
commit 29d9e8a9f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -1508,6 +1508,8 @@ static int32_t mndRetrieveStreamTask(SRpcMsg *pReq, SShowObj *pShow, SSDataBlock
}
}
pBlock->info.rows = numOfRows;
destroyStreamTaskIter(pIter);
taosRUnLockLatch(&pStream->lock);