X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=libmemcachedprotocol%2Fhandler.c;h=afd708652c245e9decb61be8ce9ba757c8b41703;hb=c3472bb8e7417a272f8c76c5a1316e3370adc941;hp=2a6390551c9a95c0f43e391d6a593b91e5b6e3e5;hpb=6b04196d0ea6aa9fcd2a6c14a6cb5733c34aa2d2;p=awesomized%2Flibmemcached 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; } }