mirror of
https://github.com/reactos/reactos.git
synced 2025-05-17 16:27:00 +00:00
[SHELL32]
- fix a copy paste error CID 1101990 svn path=/trunk/; revision=64799
This commit is contained in:
parent
71451cf5dd
commit
4a58f77497
1 changed files with 1 additions and 1 deletions
|
@ -308,7 +308,7 @@ fail:
|
|||
if (NULL != TargetIconInfo.hbmColor) DeleteObject(TargetIconInfo.hbmColor);
|
||||
if (NULL != TargetIconInfo.hbmMask) DeleteObject(TargetIconInfo.hbmMask);
|
||||
if (NULL != ShortcutIconInfo.hbmColor) DeleteObject(ShortcutIconInfo.hbmColor);
|
||||
if (NULL != ShortcutIconInfo.hbmMask) DeleteObject(ShortcutIconInfo.hbmColor);
|
||||
if (NULL != ShortcutIconInfo.hbmMask) DeleteObject(ShortcutIconInfo.hbmMask);
|
||||
if (NULL != ShortcutIcon) DestroyIcon(ShortcutIcon);
|
||||
|
||||
return NULL;
|
||||
|
|
Loading…
Reference in a new issue