fix(stream): fix memory leak.
This commit is contained in:
parent
e8f6454d17
commit
400ed18c6a
|
@ -210,6 +210,7 @@ int32_t mndTakeVgroupSnapshot(SMnode *pMnode, bool *allReady, SArray **pList) {
|
|||
}
|
||||
|
||||
*pList = pVgroupList;
|
||||
taosHashCleanup(pHash);
|
||||
return code;
|
||||
|
||||
_err:
|
||||
|
|
Loading…
Reference in New Issue