Commit 011fa89a authored by antirez's avatar antirez
Browse files

Cluster: sdssplitargs_free() -> sdsfreesplitres().

parent 729a3432
...@@ -173,7 +173,7 @@ int clusterLoadConfig(char *filename) { ...@@ -173,7 +173,7 @@ int clusterLoadConfig(char *filename) {
while(start <= stop) clusterAddSlot(n, start++); while(start <= stop) clusterAddSlot(n, start++);
} }
sdssplitargs_free(argv,argc); sdsfreesplitres(argv,argc);
} }
zfree(line); zfree(line);
fclose(fp); fclose(fp);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment