http://git.etersoft.ru/projects
/
wine
/
eterwine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb0a5c9
)
cryptnet: Let DeleteUrlCacheEntryW remove the cache file.
author
Juan Lang
<juan.lang@gmail.com>
Thu, 3 Mar 2011 20:24:06 +0000
(12:24 -0800)
committer
Alexandre Julliard
<julliard@winehq.org>
Thu, 10 Mar 2011 14:17:32 +0000
(15:17 +0100)
dlls/cryptnet/cryptnet_main.c
patch
|
blob
|
blame
|
history
diff --git
a/dlls/cryptnet/cryptnet_main.c
b/dlls/cryptnet/cryptnet_main.c
index 26e8fe7d24722248a751be99d621c4f1b7000b44..204590fb3b522869b53467c2855ca590ef6f147e 100644
(file)
--- a/
dlls/cryptnet/cryptnet_main.c
+++ b/
dlls/cryptnet/cryptnet_main.c
@@
-748,7
+748,6
@@
static void CRYPT_CacheURL(LPCWSTR pszURL, const CRYPT_BLOB_ARRAY *pObject,
{
create = TRUE;
DeleteUrlCacheEntryW(pszURL);
- DeleteFileW(cacheFileName);
}
CryptMemFree(info);
}