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
f4f7d2c3
Commit
f4f7d2c3
authored
Oct 28, 2016
by
jybaek
Committed by
antirez
Oct 31, 2016
Browse files
Add missing fclose()
parent
f61d6f0c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/redis-cli.c
View file @
f4f7d2c3
...
@@ -1255,6 +1255,7 @@ void cliLoadPreferences(void) {
...
@@ -1255,6 +1255,7 @@ void cliLoadPreferences(void) {
if
(
argc
>
0
)
cliSetPreferences
(
argv
,
argc
,
0
);
if
(
argc
>
0
)
cliSetPreferences
(
argv
,
argc
,
0
);
sdsfreesplitres
(
argv
,
argc
);
sdsfreesplitres
(
argv
,
argc
);
}
}
fclose
(
fp
);
}
}
sdsfree
(
rcfile
);
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