unicode NTLM SSPI: cleanup follow-up
This commit is contained in:
parent
e77d867068
commit
b1f64d3a2a
@ -1269,7 +1269,7 @@ static CURLcode verify_certificate(struct connectdata *conn, int sockindex)
|
|||||||
failf(data, "schannel: CertGetNameString() certificate hostname "
|
failf(data, "schannel: CertGetNameString() certificate hostname "
|
||||||
"(%s) did not match connection (%s)",
|
"(%s) did not match connection (%s)",
|
||||||
_cert_hostname, conn->host.name);
|
_cert_hostname, conn->host.name);
|
||||||
Curl_safefree(_cert_hostname);
|
Curl_unicodefree(_cert_hostname);
|
||||||
}
|
}
|
||||||
Curl_unicodefree(hostname.tchar_ptr);
|
Curl_unicodefree(hostname.tchar_ptr);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user