Author: khornicek
Date: Sat Oct 18 10:33:49 2014
New Revision: 64799

URL: http://svn.reactos.org/svn/reactos?rev=64799&view=rev
Log:
[SHELL32]
- fix a copy paste error
CID 1101990

Modified:
    trunk/reactos/dll/win32/shell32/iconcache.cpp

Modified: trunk/reactos/dll/win32/shell32/iconcache.cpp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/iconcache.cpp?rev=64799&r1=64798&r2=64799&view=diff
==============================================================================
--- trunk/reactos/dll/win32/shell32/iconcache.cpp       [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/shell32/iconcache.cpp       [iso-8859-1] Sat Oct 18 
10:33:49 2014
@@ -308,7 +308,7 @@
     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;


Reply via email to