The branch, master has been updated
       via  71e1c08 libads: Always free the talloc_stackframe() on error path
      from  c452efe selftest: Add skip for DIR1 test which loops on 64 bit ext4

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 71e1c080cbd033b3118952c2da05186252fc411a
Author: Andrew Bartlett <abart...@samba.org>
Date:   Mon Nov 5 09:46:49 2012 +1100

    libads: Always free the talloc_stackframe() on error path
    
    Reviewed-by: Michael Adam <ob...@samba.org>
    
    Autobuild-User(master): Andrew Bartlett <abart...@samba.org>
    Autobuild-Date(master): Mon Nov  5 03:33:32 CET 2012 on sn-devel-104

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

Summary of changes:
 source3/libads/kerberos.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/libads/kerberos.c b/source3/libads/kerberos.c
index 3183e26..50a409c 100644
--- a/source3/libads/kerberos.c
+++ b/source3/libads/kerberos.c
@@ -701,6 +701,7 @@ static char *get_kdc_ip_string(char *mem_ctx,
        char *kdc_str = print_kdc_line(mem_ctx, "", pss, kdc_name);
 
        if (kdc_str == NULL) {
+               TALLOC_FREE(frame);
                return NULL;
        }
 


-- 
Samba Shared Repository

Reply via email to