mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 19:26:33 +00:00
This bug could've caused mayhem in the icon cache. (coverity 790).
svn path=/trunk/; revision=36420
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user