mirror of
https://github.com/samba-team/samba.git
synced 2025-03-29 02:50:28 +03:00
wbinfo: Fix Coverity ID 242685 Resource leak
This commit is contained in:
parent
fc77ee5171
commit
c5eab2e9ac
@ -1389,6 +1389,7 @@ static bool wbinfo_lookup_sids(const char *arg)
|
||||
domains[names[i].domain_index].short_name,
|
||||
names[i].name, names[i].type);
|
||||
}
|
||||
wbcFreeMemory(names);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user