fix: resolve Vgroup refcount leak in drop topic

This commit is contained in:
Benguang Zhao 2023-08-07 11:13:52 +08:00
parent d508fad945
commit 0e4f1942f1
1 changed files with 1 additions and 0 deletions

View File

@ -799,6 +799,7 @@ static int32_t mndProcessDropTopicReq(SRpcMsg *pReq) {
mndTransDrop(pTrans);
return -1;
}
sdbRelease(pSdb, pVgroup);
}
}