1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

s3: Fix Coverity ID 2222: RESOURCE_LEAK

This commit is contained in:
Volker Lendecke 2011-03-30 07:06:18 +02:00
parent 12bf847058
commit 9a97a8307c

View File

@ -567,6 +567,8 @@ static bool wbinfo_list_domains(bool list_all_domains, bool verbose)
d_printf("\n");
}
wbcFreeMemory(domain_list);
return true;
}