提交 9f62cfd6 编写于 作者: dengyihao's avatar dengyihao

ref log

上级 cdf362b5
......@@ -1346,6 +1346,7 @@ static SCliThrd* createThrdObj(void* trans) {
}
pThrd->asyncPool = transAsyncPoolCreate(pThrd->loop, 8, pThrd, cliAsyncCb);
if (pThrd->asyncPool == NULL) {
tError("failed to init async pool");
uv_loop_close(pThrd->loop);
taosMemoryFree(pThrd->loop);
taosThreadMutexDestroy(&pThrd->msgMtx);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册