fix:[TD-31017]process return value in client
This commit is contained in:
parent
f17c8bb54f
commit
2b700e5111
|
@ -258,7 +258,7 @@ int32_t processUseDbRsp(void* param, SDataBuf* pMsg, int32_t code) {
|
||||||
(void)catalogRemoveDB(pCatalog, usedbRsp.db, usedbRsp.uid);
|
(void)catalogRemoveDB(pCatalog, usedbRsp.db, usedbRsp.uid);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
tFreeSUsedbRsp(&usedbRsp);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (code != TSDB_CODE_SUCCESS) {
|
if (code != TSDB_CODE_SUCCESS) {
|
||||||
|
|
Loading…
Reference in New Issue