From: Volker Lendecke Date: Tue, 9 Jun 2009 13:28:21 +0000 (+0200) Subject: No need to free twice -- thanks gd :-) X-Git-Tag: tdb-1.1.5~150 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0302bbda359de95063a4067bfdaca031860bdaf0;p=thirdparty%2Fsamba.git No need to free twice -- thanks gd :-) --- diff --git a/source3/passdb/pdb_ads.c b/source3/passdb/pdb_ads.c index c07003f4f71..4eb764f6161 100644 --- a/source3/passdb/pdb_ads.c +++ b/source3/passdb/pdb_ads.c @@ -908,7 +908,6 @@ static NTSTATUS pdb_ads_mod_groupmem(struct pdb_methods *m, status = pdb_ads_sid2dn(state, &groupsid, talloc_tos(), &groupdn); if (!NT_STATUS_IS_OK(status)) { - TALLOC_FREE(frame); TALLOC_FREE(frame); return NT_STATUS_NO_SUCH_GROUP; }