Commit 648b91a9 authored by Juan Lang's avatar Juan Lang Committed by Alexandre Julliard

cryptnet: Let DeleteUrlCacheEntryW remove the cache file.

parent cb0a5c91
...@@ -748,7 +748,6 @@ static void CRYPT_CacheURL(LPCWSTR pszURL, const CRYPT_BLOB_ARRAY *pObject, ...@@ -748,7 +748,6 @@ static void CRYPT_CacheURL(LPCWSTR pszURL, const CRYPT_BLOB_ARRAY *pObject,
{ {
create = TRUE; create = TRUE;
DeleteUrlCacheEntryW(pszURL); DeleteUrlCacheEntryW(pszURL);
DeleteFileW(cacheFileName);
} }
CryptMemFree(info); CryptMemFree(info);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment