fix(stream): fix syntax error.
This commit is contained in:
parent
8a7e38ad15
commit
b8856931d8
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue