diff options
-rw-r--r-- | source3/auth/auth_util.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/auth/auth_util.c b/source3/auth/auth_util.c index 287d9632a9..94adc3c7fc 100644 --- a/source3/auth/auth_util.c +++ b/source3/auth/auth_util.c @@ -761,6 +761,7 @@ static NTSTATUS make_new_server_info_system(TALLOC_CTX *mem_ctx, pwd->pw_name, false, server_info); + TALLOC_FREE(pwd); if (!NT_STATUS_IS_OK(status)) { return status; } |