This commit is contained in:
dmchen 2023-09-19 18:03:22 +08:00
parent 1a7bffb079
commit 7f67f41162
1 changed files with 0 additions and 3 deletions

View File

@ -2622,9 +2622,6 @@ static FORCE_INLINE void tdDestroySVCreateTbReq(SVCreateTbReq* req) {
} else if (req->type == TSDB_NORMAL_TABLE) {
taosMemoryFreeClear(req->ntb.schemaRow.pSchema);
}
if(req->sql != NULL){
taosMemoryFree(req->sql);
}
}
typedef struct {