From: Brian Aker Date: Mon, 21 Jan 2013 11:05:32 +0000 (-0500) Subject: Fix X-Git-Tag: 1.0.16~3^2~6 X-Git-Url: https://git.m6w6.name/?p=awesomized%2Flibmemcached;a=commitdiff_plain;h=688db713e82f0475583e7a006244b042ab1e6a65 Fix --- diff --git a/libmemcachedprotocol/handler.c b/libmemcachedprotocol/handler.c index 2a639055..afd70865 100644 --- 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; } }