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
46e241ac
Commit
46e241ac
authored
May 21, 2018
by
dejun.xdj
Browse files
Fix redis-cli memory leak when sending set preference command.
parent
e344aa4a
Changes
1
Show whitespace changes
Inline
Side-by-side
src/redis-cli.c
View file @
46e241ac
...
@@ -1412,6 +1412,8 @@ static void repl(void) {
...
@@ -1412,6 +1412,8 @@ static void repl(void) {
exit
(
0
);
exit
(
0
);
}
else
if
(
argv
[
0
][
0
]
==
':'
)
{
}
else
if
(
argv
[
0
][
0
]
==
':'
)
{
cliSetPreferences
(
argv
,
argc
,
1
);
cliSetPreferences
(
argv
,
argc
,
1
);
sdsfreesplitres
(
argv
,
argc
);
linenoiseFree
(
line
);
continue
;
continue
;
}
else
if
(
strcasecmp
(
argv
[
0
],
"restart"
)
==
0
)
{
}
else
if
(
strcasecmp
(
argv
[
0
],
"restart"
)
==
0
)
{
if
(
config
.
eval
)
{
if
(
config
.
eval
)
{
...
...
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