fix: push down limit

This commit is contained in:
Xiaoyu Wang 2022-10-28 09:36:14 +08:00
parent d93d3b4e63
commit 5da335ff67
1 changed files with 1 additions and 0 deletions

View File

@ -4996,6 +4996,7 @@ int32_t tDeserializeSMRecoverStreamReq(void *buf, int32_t bufLen, SMRecoverStrea
}
void tFreeSCMCreateStreamReq(SCMCreateStreamReq *pReq) {
taosArrayDestroy(pReq->pTags);
taosMemoryFreeClear(pReq->sql);
taosMemoryFreeClear(pReq->ast);
}