From cb8aa061098ab35fc01408d93ce275f7efdc9a3b Mon Sep 17 00:00:00 2001 From: yihaoDeng Date: Thu, 5 Sep 2024 14:43:41 +0800 Subject: [PATCH] fix mem leakak --- source/client/src/clientMain.c | 1 - 1 file changed, 1 deletion(-) diff --git a/source/client/src/clientMain.c b/source/client/src/clientMain.c index f4fb945f39..940752c41e 100644 --- a/source/client/src/clientMain.c +++ b/source/client/src/clientMain.c @@ -296,7 +296,6 @@ void taos_fetch_whitelist_a(TAOS *taos, __taos_async_whitelist_fn_t fp, void *pa pSendInfo->fp = fetchWhiteListCallbackFn; pSendInfo->msgType = TDMT_MND_GET_USER_WHITELIST; - // int64_t transportId = 0; SEpSet epSet = getEpSet_s(&pTsc->pAppInfo->mgmtEp); if (TSDB_CODE_SUCCESS != asyncSendMsgToServer(pTsc->pAppInfo->pTransporter, &epSet, NULL, pSendInfo)) { tscWarn("failed to async send msg to server");