cryptnet: Let DeleteUrlCacheEntryW remove the cache file.

oldstable
Juan Lang 2011-03-03 12:24:06 -08:00 committed by Alexandre Julliard
parent cb0a5c9106
commit 648b91a9f3
1 changed files with 0 additions and 1 deletions

View File

@ -748,7 +748,6 @@ static void CRYPT_CacheURL(LPCWSTR pszURL, const CRYPT_BLOB_ARRAY *pObject,
{
create = TRUE;
DeleteUrlCacheEntryW(pszURL);
DeleteFileW(cacheFileName);
}
CryptMemFree(info);
}