fix(stream): fix invalid read.

This commit is contained in:
Haojun Liao 2025-01-18 01:35:24 +08:00
parent c93fe999ba
commit b4a6523aa6
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ void tqClose(STQ* pTq) {
taosHashCleanup(pTq->pOffset);
taosMemoryFree(pTq->path);
tqMetaClose(pTq);
qDebug("vgId:%d end to close tq", pTq->pStreamMeta != NULL ? pTq->pStreamMeta->vgId : -1);
qDebug("vgId:%d end to close tq", vgId);
#if 0
streamMetaFreeTQDuringScanWalError(pTq);