mirror of
https://github.com/curl/curl.git
synced 2026-04-15 00:41:41 +03:00
parent
11c0aaa339
commit
821cba8fac
1 changed files with 1 additions and 0 deletions
|
|
@ -583,6 +583,7 @@ CURLcode Curl_auth_create_digest_http_message(struct Curl_easy *data,
|
|||
/* Allocate our new context handle */
|
||||
digest->http_context = calloc(1, sizeof(CtxtHandle));
|
||||
if(!digest->http_context) {
|
||||
Curl_pSecFn->FreeCredentialsHandle(&credentials);
|
||||
curlx_unicodefree(spn);
|
||||
Curl_sspi_free_identity(p_identity);
|
||||
free(output_token);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue