fix(stream): fix memory leak.

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

View File

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