svn commit: samba r11082 - in branches/SAMBA_4_0/source/winbind: .

Stefan Metzmacher metze at samba.org
Sat Oct 15 10:28:42 GMT 2005


On Sat, Oct 15, 2005 at 08:17:22AM +0000, vlendec at samba.org wrote:
>  	state->ctx->status = irpc_call_recv(ireq);
> +	talloc_free(ireq);
>  	if (!composite_is_ok(state->ctx)) return;
Hi Volker,

typicaly in samba4 the _recv() function free's the request struct,
we should maybe add that to irpc_call_recv() too,

btw: why does it segfault here? when you don't free the struct here?

metze


More information about the samba-cvs mailing list