1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

r21130: Don't mix SAFE_FREE() and TALLOC_FREE().

This commit is contained in:
Gerald Carter 2007-02-03 13:31:47 +00:00 committed by Gerald (Jerry) Carter
parent 0e9ad2b29f
commit 5c36d67d27

View 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;