1
0
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:
Volker Lendecke 2012-05-15 19:48:42 +02:00
parent fc77ee5171
commit c5eab2e9ac

View File

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