[SHELL32]

- fix a copy paste error
CID 1101990

svn path=/trunk/; revision=64799
This commit is contained in:
Kamil Hornicek 2014-10-18 10:33:49 +00:00
parent 71451cf5dd
commit 4a58f77497

View file

@ -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;