diff options
-rw-r--r-- | source3/nsswitch/winbindd_ads.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/nsswitch/winbindd_ads.c b/source3/nsswitch/winbindd_ads.c index 76d12229d9..9c96496261 100644 --- a/source3/nsswitch/winbindd_ads.c +++ b/source3/nsswitch/winbindd_ads.c @@ -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; } |