mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
Fix memleak just introduced. Thanks to abartlet :-)
Volker
This commit is contained in:
parent
1797b16fad
commit
be485eea81
@ -769,6 +769,7 @@ BOOL get_sid_list_of_group(gid_t gid, DOM_SID **sids, int *num_sids)
|
||||
if (!s) {
|
||||
DEBUG(0,("get_sid_list_of_group: unable to enlarge "
|
||||
"SID list!\n"));
|
||||
pwent_free(userlist);
|
||||
winbind_on();
|
||||
return False;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user