summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-10-13 20:56:28 +0200
committerKarolin Seeger <kseeger@samba.org>2009-10-20 15:00:30 +0200
commit40156d9470ea7974d9c50f620fad516f10376d98 (patch)
tree67640c822ba31c32095d02e471d40730650cf838
parent65f925cf47ac72c5aa28fbd3406273502336ba29 (diff)
downloadsamba-40156d9470ea7974d9c50f620fad516f10376d98.tar.gz
s3:winbind: Fix a double-free
Part of a fix for bug #6793. (cherry picked from commit 0fc64947526f4eea896fd83b01194e40416d15f4)
-rw-r--r--source3/winbindd/idmap_adex/provider_unified.c1
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 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;
}