提交 db6a2e7f 编写于 作者: A antirez

Fixed a memory leak in redis-cli.c

上级 e1cf460c
......@@ -716,6 +716,7 @@ static void repl() {
if (argv == NULL) {
printf("Invalid argument(s)\n");
free(line);
continue;
} else if (argc > 0) {
if (strcasecmp(argv[0],"quit") == 0 ||
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册