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
hiredis
Commits
6cf2e85b
"examples/example-libuv.c" did not exist on "5c7b5fca4d36fbf5050a1b36e9308fdd8bf5813c"
Commit
6cf2e85b
authored
Jan 24, 2013
by
Rafael Zanella
Committed by
Pieter Noordhuis
Jul 10, 2013
Browse files
Update example.c
Added a call to redisFree() Closes #148.
parent
c552ca69
Changes
1
Show whitespace changes
Inline
Side-by-side
examples/example.c
View file @
6cf2e85b
...
...
@@ -69,5 +69,8 @@ int main(void) {
}
freeReplyObject
(
reply
);
/* Disconnects and frees the context */
redisFree
(
c
);
return
0
;
}
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