fix:memory leak

This commit is contained in:
wangmm0220 2023-01-04 11:47:14 +08:00
parent 983b754198
commit e7e4d84627
1 changed files with 0 additions and 1 deletions

View File

@ -358,7 +358,6 @@ int32_t smlBindData(SQuery* query, bool dataFormat, SArray* tags, SArray* colsSc
end:
insDestroyBoundColInfo(&bindTags);
taosMemoryFree(pCreateTblReq);
tdDestroySVCreateTbReq(pCreateTblReq);
taosMemoryFree(pCreateTblReq);
taosArrayDestroy(tagName);