From aa1259700043f5c78ac6dce548d05a7a10b61907 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Mon, 19 Feb 2007 14:43:31 +0000 Subject: r21450: No need to TALLOC_FREE twice here. Guenther (This used to be commit ad063d9a944e923777e538c2cb050d47f9f8bea0) --- source3/nsswitch/winbindd_async.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'source3') diff --git a/source3/nsswitch/winbindd_async.c b/source3/nsswitch/winbindd_async.c index 1b357165e3..cafaf1cb05 100644 --- a/source3/nsswitch/winbindd_async.c +++ b/source3/nsswitch/winbindd_async.c @@ -764,9 +764,7 @@ enum winbindd_result winbindd_dual_lookupsid(struct winbindd_domain *domain, } fstrcpy(state->response.data.name.dom_name, dom_name); - TALLOC_FREE(dom_name); fstrcpy(state->response.data.name.name, name); - TALLOC_FREE(name); state->response.data.name.type = type; TALLOC_FREE(dom_name); -- cgit