From 40156d9470ea7974d9c50f620fad516f10376d98 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 Part of a fix for bug #6793. (cherry picked from commit 0fc64947526f4eea896fd83b01194e40416d15f4) --- source3/winbindd/idmap_adex/provider_unified.c | 1 - 1 file changed, 1 deletion(-) diff --git a/source3/winbindd/idmap_adex/provider_unified.c b/source3/winbindd/idmap_adex/provider_unified.c index f9d73f5f954..07899ec7cdf 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; } -- 2.11.4.GIT