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
f48ca558
Commit
f48ca558
authored
Oct 31, 2016
by
Salvatore Sanfilippo
Committed by
GitHub
Oct 31, 2016
Browse files
Merge pull request #3573 from jybaek/module-io-context
Add missing fclose()
parents
fbfa0a12
a06d59b5
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/redis-cli.c
View file @
f48ca558
...
...
@@ -1257,6 +1257,7 @@ void cliLoadPreferences(void) {
if (argc > 0) cliSetPreferences(argv,argc,0);
sdsfreesplitres(argv,argc);
}
fclose(fp);
}
sdsfree(rcfile);
}
...
...
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