This bug could've caused mayhem in the icon cache. (coverity 790).

svn path=/trunk/; revision=36420
This commit is contained in:
Art Yerkes 2008-09-23 08:58:19 +00:00
parent 6276f8ea51
commit 91ae271e19

View file

@ -374,7 +374,7 @@ int Entry::extract_icon(ICONCACHE_FLAGS flags)
if (!(flags & ICF_OVERLAYS)) {
IExtractIcon* pExtract;
if (SUCCEEDED(GetUIObjectOf(0, IID_IExtractIcon, (LPVOID*)&pExtract))) {
unsigned gil_flags;
unsigned gil_flags = 0;
int idx;
if (flags & ICF_OPEN)