From 9d2d9aadddcc5c77641cb276d56211511561ceb9 Mon Sep 17 00:00:00 2001 From: yihaoDeng Date: Wed, 23 Aug 2023 11:49:05 +0800 Subject: [PATCH] fix mem leak --- source/libs/transport/src/transCli.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/libs/transport/src/transCli.c b/source/libs/transport/src/transCli.c index 4e019b52eb..b02c8aad26 100644 --- a/source/libs/transport/src/transCli.c +++ b/source/libs/transport/src/transCli.c @@ -12,8 +12,10 @@ * along with this program. If not, see . */ -#include "tmisce.h" +// clang-format off #include "transComm.h" +#include "tmisce.h" +// clang-format on typedef struct { int32_t numOfConn;