fix: fix mem leak
This commit is contained in:
parent
e477538f78
commit
d60905aeb3
|
@ -621,6 +621,7 @@ int32_t buildSyncExecNodeList(SRequestObj* pRequest, SArray** pNodeList, SArray*
|
|||
}
|
||||
|
||||
taosArrayPush(pDbVgList, &pVgList);
|
||||
taosArrayDestroy(pVgList);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue