On Sat, Oct 15, 2005 at 08:17:22AM +0000, [EMAIL PROTECTED] 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

Reply via email to