1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-09 08:58:35 +03:00

another memory leak bites the dust

This commit is contained in:
Andrew Tridgell -
parent 37aa2873e5
commit 982d6d447a

View File

@ -117,10 +117,6 @@ BOOL make_auth_info_subsystem(auth_authsupplied_info **auth_info)
{
char **auth_method_list = NULL;
if (!make_auth_info(auth_info)) {
return False;
}
if (lp_auth_methods() && !lp_list_copy(&auth_method_list, lp_auth_methods())) {
return False;
}