From 1e2c23d9a3ba98fe6f23c1b51d84c96ffeee6993 Mon Sep 17 00:00:00 2001 From: dmchen Date: Tue, 19 Sep 2023 16:11:32 +0800 Subject: [PATCH] ci break --- include/common/tmsg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/common/tmsg.h b/include/common/tmsg.h index c973e7364f..88a53d25a8 100644 --- a/include/common/tmsg.h +++ b/include/common/tmsg.h @@ -2622,7 +2622,7 @@ static FORCE_INLINE void tdDestroySVCreateTbReq(SVCreateTbReq* req) { } else if (req->type == TSDB_NORMAL_TABLE) { taosMemoryFreeClear(req->ntb.schemaRow.pSchema); } - if(pReq->sql != NULL){ + if(req->sql != NULL){ taosMemoryFree(pReq->sql); } }