[SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-test-2534-g376de8a

Volker Lendecke vl at samba.org
Wed Feb 27 06:19:53 GMT 2008


The branch, v3-2-test has been updated
       via  376de8a0e4194e186b460911e3319b0f4448203e (commit)
      from  7e6da154b18f0aabcf2f8050bc5a57677bc9b322 (commit)

http://gitweb.samba.org/?samba.git;a=shortlog;h=v3-2-test


- Log -----------------------------------------------------------------
commit 376de8a0e4194e186b460911e3319b0f4448203e
Author: Steven Danneman <steven.danneman at isilon.com>
Date:   Tue Feb 26 20:14:04 2008 -0800

    Closed memory leak on error path.

-----------------------------------------------------------------------

Summary of changes:
 source/rpc_client/cli_pipe.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/rpc_client/cli_pipe.c b/source/rpc_client/cli_pipe.c
index 40d0ac5..c89c553 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;
 	}
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list