From c6fc461e71cd1837a58ad5dcad3d3f952390e5cf Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Tue, 13 Oct 2009 20:56:28 +0200 Subject: s3:winbind: Fix a double-free Part of a fix for bug #6793. --- 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 b6652f4e49..af33405747 100644 --- a/source3/winbindd/idmap_adex/provider_unified.c +++ b/source3/winbindd/idmap_adex/provider_unified.c @@ -440,7 +440,6 @@ done: } talloc_destroy(frame); - TALLOC_FREE(entry_dn); return nt_status; } -- cgit