summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-10-13 20:56:28 +0200
committerJeremy Allison <jra@samba.org>2009-10-14 11:15:53 -0700
commitc6fc461e71cd1837a58ad5dcad3d3f952390e5cf (patch)
treebfbce14e0b21d7e71c7fa0cff3b567608e89cd23 /source3
parentdb29d3eb400bee78347963c8ccd057f564383e36 (diff)
downloadsamba-c6fc461e71cd1837a58ad5dcad3d3f952390e5cf.tar.gz
samba-c6fc461e71cd1837a58ad5dcad3d3f952390e5cf.tar.bz2
samba-c6fc461e71cd1837a58ad5dcad3d3f952390e5cf.zip
s3:winbind: Fix a double-free
Part of a fix for bug #6793.
Diffstat (limited to 'source3')
-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 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;
}