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;
}
pTask->pBackend = NULL;
ASSERT(0);
streamTaskOpenAllUpstreamInput(pTask);
@ -448,4 +447,4 @@ int32_t sndProcessStreamMsg(SSnode *pSnode, SRpcMsg *pMsg) {
ASSERT(0);
}
return 0;
}
}