From 2b700e51112d25158da87d62c7dc250090d80294 Mon Sep 17 00:00:00 2001 From: wangmm0220 Date: Sat, 27 Jul 2024 18:37:16 +0800 Subject: [PATCH] fix:[TD-31017]process return value in client --- source/client/src/clientMsgHandler.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/client/src/clientMsgHandler.c b/source/client/src/clientMsgHandler.c index f9b28a4ded..e0657e2893 100644 --- a/source/client/src/clientMsgHandler.c +++ b/source/client/src/clientMsgHandler.c @@ -258,7 +258,7 @@ int32_t processUseDbRsp(void* param, SDataBuf* pMsg, int32_t code) { (void)catalogRemoveDB(pCatalog, usedbRsp.db, usedbRsp.uid); } } - + tFreeSUsedbRsp(&usedbRsp); } if (code != TSDB_CODE_SUCCESS) {