mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[SHELL32]
- fix a copy paste error CID 1101990 svn path=/trunk/; revision=64799
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user