fix(stream): free dummy rsp msg.

This commit is contained in:
Haojun Liao 2024-02-21 16:27:52 +08:00
parent 8740c3cb4a
commit 6f8a54f27b
1 changed files with 3 additions and 0 deletions

View File

@ -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;
}