Hi LibUV Team, I'm still facing the valgrind error with the free call for freeing handle in close_callback. Any solutions ?
On Tuesday, November 19, 2013 2:53:20 AM UTC+5:30, Aaron Boxer wrote: > > In the code below, do I need to free the client, or will it be done by > uv_close? > > Thanks! > Aaron > > > /////////////////////////////////////////////////////// > uv_tcp_t* client = ( uv_tcp_t * ) malloc ( sizeof ( uv_tcp_t )); > > ... > > > uv_close (( uv_handle_t * ) client , NULL ); > -- You received this message because you are subscribed to the Google Groups "libuv" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/libuv. For more options, visit https://groups.google.com/groups/opt_out.
