ntlm_cred is always allocated with calloc, so we need to free the cred object too, similarly to what _gsskrb5_release_cred does.
2.3 KiB
2.3 KiB
ntlm_cred is always allocated with calloc, so we need to free the cred object too, similarly to what _gsskrb5_release_cred does.