fix: definite lost while drop db

This commit is contained in:
Shengliang Guan 2022-07-16 16:43:40 +08:00
parent fddecc07cf
commit 402a65fd73
1 changed files with 1 additions and 0 deletions

View File

@ -639,6 +639,7 @@ static int32_t mndRetrieveVgroups(SRpcMsg *pReq, SShowObj *pShow, SSDataBlock *p
if (pShow->pIter == NULL) break;
if (pDb != NULL && pVgroup->dbUid != pDb->uid) {
sdbRelease(pSdb, pVgroup);
continue;
}