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

fix(query): fix pthread_create memleak in shell engine

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