diff options
-rw-r--r-- | source3/utils/ntlm_auth.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/utils/ntlm_auth.c b/source3/utils/ntlm_auth.c index b94efc99cf..bdc75a16f9 100644 --- a/source3/utils/ntlm_auth.c +++ b/source3/utils/ntlm_auth.c @@ -558,6 +558,7 @@ static NTSTATUS winbind_pw_check(struct ntlmssp_state *ntlmssp_state, DATA_BLOB ntlmssp_state->auth_context = NULL; } + SAFE_FREE(error_string); SAFE_FREE(unix_name); return nt_status; } |