Don't mix SAFE_FREE() and TALLOC_FREE().
authorjerry <jerry@0c0555d6-39d7-0310-84fc-f1cc0bd64818>
Sat, 3 Feb 2007 13:31:47 +0000 (13:31 +0000)
committerjerry <jerry@0c0555d6-39d7-0310-84fc-f1cc0bd64818>
Sat, 3 Feb 2007 13:31:47 +0000 (13:31 +0000)
git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_3_0@21130 0c0555d6-39d7-0310-84fc-f1cc0bd64818

source/nsswitch/winbindd_group.c

index b04fb163902f5105d124db7ef1a3fcc7264868e5..51d595b94763cf1d91a3075b71c763e0723284d7 100644 (file)
@@ -162,7 +162,7 @@ static BOOL fill_passdb_alias_grmem(struct winbindd_domain *domain,
                add_expanded_sid(&members[i], gr_mem, num_gr_mem);
        }
 
-       SAFE_FREE(members);
+       TALLOC_FREE(members);
 
        if (*gr_mem != NULL) {
                size_t len;