fix(stream): fix memory leak.

This commit is contained in:
Haojun Liao 2024-07-31 19:55:26 +08:00
parent cf60900155
commit 02123897b4
1 changed files with 1 additions and 0 deletions

View File

@ -208,6 +208,7 @@ int32_t mndTakeVgroupSnapshot(SMnode *pMnode, bool *allReady, SArray **pList) {
} }
*pList = pVgroupList; *pList = pVgroupList;
taosHashCleanup(pHash);
return code; return code;
_err: _err: