This commit is contained in:
liuyao 2023-08-24 16:32:34 +08:00
parent 1019d070fd
commit 7d44b7e4cb
1 changed files with 1 additions and 0 deletions

View File

@ -1792,6 +1792,7 @@ static int32_t mndProcessResumeStreamReq(SRpcMsg *pReq) {
}
if (pStream->status != STREAM_STATUS__PAUSE) {
sdbRelease(pMnode->pSdb, pStream);
return 0;
}