From 982256d40e6e0d971bfe38cbf199d819e7ca2ea8 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 a3713a55ab5f5c75ae042a0ba1c97424bea3abf7) --- 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 b6652f4e499..af334057471 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; } -- 2.11.4.GIT