fix: memory leak in mndVgroup.c

This commit is contained in:
Shengliang Guan 2022-11-17 17:15:14 +08:00
parent 6aed8932a9
commit 4efb9d2ac8
1 changed files with 1 additions and 0 deletions

View File

@ -1739,6 +1739,7 @@ static int32_t mndSplitVgroup(SMnode *pMnode, SRpcMsg *pReq, SDbObj *pDb, SVgObj
code = 0;
_OVER:
taosArrayDestroy(pArray);
mndTransDrop(pTrans);
sdbFreeRaw(pRaw);
return code;