From c06e012a9dfee6d0d86ae84f69a79c4255674409 Mon Sep 17 00:00:00 2001 From: dmchen Date: Tue, 19 Sep 2023 16:14:09 +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 88a53d25a8..4aeec21d93 100644 --- a/include/common/tmsg.h +++ b/include/common/tmsg.h @@ -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); } }