ci break
This commit is contained in:
parent
1e2c23d9a3
commit
c06e012a9d
|
@ -2623,7 +2623,7 @@ static FORCE_INLINE void tdDestroySVCreateTbReq(SVCreateTbReq* req) {
|
||||||
taosMemoryFreeClear(req->ntb.schemaRow.pSchema);
|
taosMemoryFreeClear(req->ntb.schemaRow.pSchema);
|
||||||
}
|
}
|
||||||
if(req->sql != NULL){
|
if(req->sql != NULL){
|
||||||
taosMemoryFree(pReq->sql);
|
taosMemoryFree(req->sql);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue