cryptnet: Let DeleteUrlCacheEntryW remove the cache file.
This commit is contained in:
parent
cb0a5c9106
commit
648b91a9f3
|
@ -748,7 +748,6 @@ static void CRYPT_CacheURL(LPCWSTR pszURL, const CRYPT_BLOB_ARRAY *pObject,
|
|||
{
|
||||
create = TRUE;
|
||||
DeleteUrlCacheEntryW(pszURL);
|
||||
DeleteFileW(cacheFileName);
|
||||
}
|
||||
CryptMemFree(info);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue