fix mem leak

This commit is contained in:
yihaoDeng 2023-11-01 09:37:54 +08:00
parent bb8252df16
commit 6cab686e82
1 changed files with 1 additions and 2 deletions

View File

@ -60,7 +60,6 @@ int32_t sndExpandTask(SSnode *pSnode, SStreamTask *pTask, int64_t nextProcessVer
return code; return code;
} }
pTask->pBackend = NULL; pTask->pBackend = NULL;
ASSERT(0);
streamTaskOpenAllUpstreamInput(pTask); streamTaskOpenAllUpstreamInput(pTask);