summaryrefslogtreecommitdiffstats
path: root/source/rpc_client/cli_pipe.c
diff options
context:
space:
mode:
authorSteven Danneman <steven.danneman@isilon.com>2008-02-26 20:14:04 -0800
committerVolker Lendecke <vl@samba.org>2008-02-27 07:23:28 +0100
commit376de8a0e4194e186b460911e3319b0f4448203e (patch)
treec9da6ecef439b887e5713608fb2659d4eff911a0 /source/rpc_client/cli_pipe.c
parent7e6da154b18f0aabcf2f8050bc5a57677bc9b322 (diff)
downloadsamba-376de8a0e4194e186b460911e3319b0f4448203e.tar.gz
samba-376de8a0e4194e186b460911e3319b0f4448203e.tar.xz
samba-376de8a0e4194e186b460911e3319b0f4448203e.zip
Closed memory leak on error path.
Diffstat (limited to 'source/rpc_client/cli_pipe.c')
-rw-r--r--source/rpc_client/cli_pipe.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/rpc_client/cli_pipe.c b/source/rpc_client/cli_pipe.c
index 40d0ac5da96..c89c5531d7a 100644
--- a/source/rpc_client/cli_pipe.c
+++ b/source/rpc_client/cli_pipe.c
@@ -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;
}