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:
parent
0e9ad2b29f
commit
5c36d67d27
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user