Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
011fa89a
Commit
011fa89a
authored
Mar 06, 2013
by
antirez
Browse files
Cluster: sdssplitargs_free() -> sdsfreesplitres().
parent
729a3432
Changes
1
Show whitespace changes
Inline
Side-by-side
src/cluster.c
View file @
011fa89a
...
@@ -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
++
);
}
}
sdssplit
args_f
re
e
(
argv
,
argc
);
sds
free
splitre
s
(
argv
,
argc
);
}
}
zfree
(
line
);
zfree
(
line
);
fclose
(
fp
);
fclose
(
fp
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment