1
0
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:
Volker Lendecke 0001-01-01 00:00:00 +00:00
parent 1797b16fad
commit be485eea81

View File

@ -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;
}