This commit is contained in:
dmchen 2023-09-19 16:11:32 +08:00
parent 07cab9808d
commit 1e2c23d9a3
1 changed files with 1 additions and 1 deletions

View File

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