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
18b7f711
Unverified
Commit
18b7f711
authored
May 24, 2018
by
Salvatore Sanfilippo
Committed by
GitHub
May 24, 2018
Browse files
Merge pull request #4932 from 0xtonyxia/fix-redis-cli-set-prefer-memory-leak
Fix redis-cli memory leak when sending set :preference command.
parents
ef7ccad1
46e241ac
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/redis-cli.c
View file @
18b7f711
...
@@ -1663,6 +1663,8 @@ static void repl(void) {
...
@@ -1663,6 +1663,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