mirror of
https://github.com/samba-team/samba.git
synced 2025-07-21 12:59:09 +03:00
Fix Coverity ID 745 (RESOURCE_LEAK)
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user