提交 834c3e66 编写于 作者: A Alex Duan

fix(shell): add help command and fixed fields auto fill1

上级 3c998629
...@@ -1466,7 +1466,7 @@ bool isCreateFieldsArea(char* p) { ...@@ -1466,7 +1466,7 @@ bool isCreateFieldsArea(char* p) {
// set string end by small for next strrchr search // set string end by small for next strrchr search
*left = 0; *left = 0;
} }
taosMemoryFree(p1); free(p1);
return ret; return ret;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册