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

Closed memory leak on error path.

(This used to be commit 376de8a0e4)
This commit is contained in:
Steven Danneman 2008-02-26 20:14:04 -08:00 committed by Volker Lendecke
parent cbaf484367
commit 6fb37ae672

View File

@ -1807,6 +1807,7 @@ static NTSTATUS rpc_finish_auth3_bind(struct rpc_pipe_client *cli,
if (!NT_STATUS_IS_OK(nt_status)) {
DEBUG(0,("rpc_finish_auth3_bind: NTLMSSP update using server blob failed.\n"));
data_blob_free(&server_response);
return nt_status;
}