]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
r22737: Fix crash bug (info3 is now talloced).
authorGünther Deschner <gd@samba.org>
Mon, 7 May 2007 10:14:32 +0000 (10:14 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:21:52 +0000 (12:21 -0500)
Guenther

source/nsswitch/winbindd_ads.c

index 76d12229d963ecd3035ae0181b58e5bb236d887d..9c96496261ff5222473fbd3f44ea11bb19b3402d 100644 (file)
@@ -487,7 +487,7 @@ static NTSTATUS query_user(struct winbindd_domain *domain,
                              &info->homedir, &info->shell, &info->full_name, 
                              &info->primary_gid );     
 
-               SAFE_FREE(user);
+               TALLOC_FREE(user);
                                
                return NT_STATUS_OK;
        }