diff options
-rw-r--r-- | nsswitch/pam_winbind.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nsswitch/pam_winbind.c b/nsswitch/pam_winbind.c index c6467c76d8d..1e1674137f2 100644 --- a/nsswitch/pam_winbind.c +++ b/nsswitch/pam_winbind.c @@ -2470,6 +2470,7 @@ static char* winbind_upn_to_username(struct pwb_context *ctx, result = talloc_asprintf(ctx, "%s%c%s", domain, sep, name); wbcFreeMemory(domain); + wbcFreeMemory(name); return result; } |