fix(stream): fix syntax error.

This commit is contained in:
Haojun Liao 2024-01-24 13:11:36 +08:00
parent 8a7e38ad15
commit b8856931d8
1 changed files with 1 additions and 1 deletions

View File

@ -346,7 +346,7 @@ void tFreeStreamTask(SStreamTask* pTask, bool metaLock) {
STaskExecStatisInfo* pStatis = &pTask->execInfo;
// check for mnode
if (pTask->pMeta != NULL && ) {
if (pTask->pMeta != NULL) {
streamTaskClearHTaskAttr(pTask, metaLock);
}