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

View File

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