unicode NTLM SSPI: cleanup follow-up

This commit is contained in:
Yang Tse 2012-07-05 23:41:47 +02:00
parent e77d867068
commit b1f64d3a2a
1 changed files with 1 additions and 1 deletions

View File

@ -1269,7 +1269,7 @@ static CURLcode verify_certificate(struct connectdata *conn, int sockindex)
failf(data, "schannel: CertGetNameString() certificate hostname "
"(%s) did not match connection (%s)",
_cert_hostname, conn->host.name);
Curl_safefree(_cert_hostname);
Curl_unicodefree(_cert_hostname);
}
Curl_unicodefree(hostname.tchar_ptr);
}