fix: free pFuncVersions of SRetrieveFuncRsp
This commit is contained in:
parent
e71a82347b
commit
0b055470ec
|
@ -1949,6 +1949,7 @@ void tFreeSRetrieveFuncRsp(SRetrieveFuncRsp *pRsp) {
|
||||||
tFreeSFuncInfo(pInfo);
|
tFreeSFuncInfo(pInfo);
|
||||||
}
|
}
|
||||||
taosArrayDestroy(pRsp->pFuncInfos);
|
taosArrayDestroy(pRsp->pFuncInfos);
|
||||||
|
taosArrayDestroy(pRsp->pFuncVersions);
|
||||||
}
|
}
|
||||||
|
|
||||||
int32_t tSerializeSTableCfgReq(void *buf, int32_t bufLen, STableCfgReq *pReq) {
|
int32_t tSerializeSTableCfgReq(void *buf, int32_t bufLen, STableCfgReq *pReq) {
|
||||||
|
|
Loading…
Reference in New Issue