mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
r153: Fix memleak
This commit is contained in:
parent
88a9bca9aa
commit
fbeff41991
@ -294,6 +294,7 @@ static NTSTATUS cm_open_connection(const struct winbindd_domain *domain, const i
|
||||
SAFE_FREE(ipc_domain);
|
||||
SAFE_FREE(ipc_password);
|
||||
SAFE_FREE(machine_password);
|
||||
SAFE_FREE(machine_krb5_principal);
|
||||
|
||||
if (!NT_STATUS_IS_OK(result)) {
|
||||
add_failed_connection_entry(domain->name, new_conn->controller, result);
|
||||
|
Loading…
x
Reference in New Issue
Block a user