fix(stream): free dummy rsp msg.
This commit is contained in:
parent
8740c3cb4a
commit
6f8a54f27b
|
@ -939,5 +939,8 @@ int32_t tqStreamTasksGetTotalNum(SStreamMeta* pMeta) {
|
|||
}
|
||||
|
||||
int32_t tqStreamProcessStreamHbRsp(SStreamMeta* pMeta, SRpcMsg* pMsg) {
|
||||
rpcFreeCont(pMsg->pCont);
|
||||
pMsg->pCont = NULL;
|
||||
|
||||
return TSDB_CODE_SUCCESS;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue