1
0
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:
Volker Lendecke
2009-02-13 10:06:14 +01:00
parent 0ccdb5f74a
commit 4d100f2f6a

View File

@ -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;
}