The branch, v3-0-test has been updated
       via  555c9c0702666e56f0cda61441f786d41c2ab6b4 (commit)
      from  5cd0c8a8d2323986907c8a3cec2b7955136fe230 (commit)

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


- Log -----------------------------------------------------------------
commit 555c9c0702666e56f0cda61441f786d41c2ab6b4
Author: Steven Danneman <[EMAIL PROTECTED]>
Date:   Tue Feb 26 20:33:30 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 bfcc20b..43c3044 100644
--- a/source/rpc_client/cli_pipe.c
+++ b/source/rpc_client/cli_pipe.c
@@ -1806,6 +1806,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

Reply via email to