fix:[TD-31017]process return value in client

This commit is contained in:
wangmm0220 2024-07-27 18:37:16 +08:00
parent f17c8bb54f
commit 2b700e5111
1 changed files with 1 additions and 1 deletions

View File

@ -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) {