projects
/
m6w6
/
libmemcached
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
feefbfb
)
Fix
author
Brian Aker
<brian@tangent.org>
Mon, 21 Jan 2013 11:05:32 +0000
(06:05 -0500)
committer
Brian Aker
<brian@tangent.org>
Mon, 21 Jan 2013 11:05:32 +0000
(06:05 -0500)
libmemcachedprotocol/handler.c
patch
|
blob
|
history
diff --git
a/libmemcachedprotocol/handler.c
b/libmemcachedprotocol/handler.c
index 2a6390551c9a95c0f43e391d6a593b91e5b6e3e5..afd708652c245e9decb61be8ce9ba757c8b41703 100644
(file)
--- a/
libmemcachedprotocol/handler.c
+++ b/
libmemcachedprotocol/handler.c
@@
-321,6
+321,7
@@
struct memcached_protocol_st *memcached_protocol_create_instance(void)
{
free(ret->input_buffer);
free(ret);
+ ret= NULL;
}
}