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
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) {
...
@@ -69,5 +69,8 @@ int main(void) {
}
}
freeReplyObject
(
reply
);
freeReplyObject
(
reply
);
/* Disconnects and frees the context */
redisFree
(
c
);
return
0
;
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