提交 29ff27d4 编写于 作者: M Matt Stancliff 提交者: antirez

Fix memory leak in cluster config parsing

The continue stop us from triggering the
free after the long line for loop, so add it
earlier.
上级 7df06365
......@@ -164,6 +164,7 @@ int clusterLoadConfig(char *filename) {
argv[j]);
}
}
sdsfreesplitres(argv,argc);
continue;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册