ci break
This commit is contained in:
parent
07cab9808d
commit
1e2c23d9a3
|
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue