From 7f67f4116232389f2c78fe5306f12dbe867ca35b Mon Sep 17 00:00:00 2001 From: dmchen Date: Tue, 19 Sep 2023 18:03:22 +0800 Subject: [PATCH] ci break --- include/common/tmsg.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/common/tmsg.h b/include/common/tmsg.h index 4aeec21d93..d9e034a159 100644 --- a/include/common/tmsg.h +++ b/include/common/tmsg.h @@ -2622,9 +2622,6 @@ static FORCE_INLINE void tdDestroySVCreateTbReq(SVCreateTbReq* req) { } else if (req->type == TSDB_NORMAL_TABLE) { taosMemoryFreeClear(req->ntb.schemaRow.pSchema); } - if(req->sql != NULL){ - taosMemoryFree(req->sql); - } } typedef struct {