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

View File

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