From 31243103e248e56c9f3644c566493c1fbce3ee7f Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Tue, 13 Oct 2009 20:56:28 +0200 Subject: [PATCH] s3:winbind: Fix a double-free --- source3/winbindd/idmap_adex/provider_unified.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/source3/winbindd/idmap_adex/provider_unified.c b/source3/winbindd/idmap_adex/provider_unified.c index f9d73f5..07899ec 100644 --- a/source3/winbindd/idmap_adex/provider_unified.c +++ b/source3/winbindd/idmap_adex/provider_unified.c @@ -439,7 +439,6 @@ done: } talloc_destroy(frame); - TALLOC_FREE(entry_dn); return nt_status; } -- 1.6.2.1