提交 cb49ec48 编写于 作者: G Ganlin Zhao

fix(query): fix pthread_create memleak in shell engine

TD-17791
上级 70df5381
......@@ -19,6 +19,7 @@
SShellObj shell = {0};
int main(int argc, char *argv[]) {
shell.exit = false;
#ifdef WEBSOCKET
shell.args.timeout = 10;
shell.args.cloud = true;
......@@ -46,7 +47,7 @@ int main(int argc, char *argv[]) {
shellPrintHelp();
return 0;
}
#ifdef WEBSOCKET
#ifdef WEBSOCKET
shellCheckConnectMode();
#endif
taos_init();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册