fix: free pFuncVersions of SRetrieveFuncRsp

This commit is contained in:
shenglian zhou 2023-04-06 14:42:16 +08:00
parent e71a82347b
commit 0b055470ec
2 changed files with 2 additions and 1 deletions

View File

@ -1949,6 +1949,7 @@ void tFreeSRetrieveFuncRsp(SRetrieveFuncRsp *pRsp) {
tFreeSFuncInfo(pInfo);
}
taosArrayDestroy(pRsp->pFuncInfos);
taosArrayDestroy(pRsp->pFuncVersions);
}
int32_t tSerializeSTableCfgReq(void *buf, int32_t bufLen, STableCfgReq *pReq) {