Cluster: sdssplitargs_free() -> sdsfreesplitres().

This commit is contained in:
antirez 2013-03-06 12:36:07 +01:00
parent 729a3432ba
commit 011fa89ac9

View File

@ -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);