mirror of
https://github.com/curl/curl.git
synced 2026-04-15 00:41:41 +03:00
parent
660f244640
commit
323b33d51f
1 changed files with 1 additions and 0 deletions
|
|
@ -502,6 +502,7 @@ CURLcode Curl_auth_create_digest_http_message(struct Curl_easy *data,
|
|||
/* Populate our identity domain */
|
||||
if(Curl_override_sspi_http_realm((const char *) digest->input_token,
|
||||
&identity)) {
|
||||
Curl_sspi_free_identity(&identity);
|
||||
free(output_token);
|
||||
return CURLE_OUT_OF_MEMORY;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue