Clean up warning for SafeIconImage might be uninitialized in LoadImageW.
authorJames Tabor <james.tabor@reactos.org>
Thu, 12 Jan 2006 06:15:21 +0000 (06:15 +0000)
committerJames Tabor <james.tabor@reactos.org>
Thu, 12 Jan 2006 06:15:21 +0000 (06:15 +0000)
svn path=/trunk/; revision=20804

reactos/lib/user32/windows/bitmap.c

index d79281e..d471aa7 100644 (file)
@@ -93,7 +93,7 @@ LoadCursorIconImage(
    ULONG ColorBits;
    PVOID Data;
    CURSORICONDIRENTRY* dirEntry;
-   ICONIMAGE* SafeIconImage;
+   ICONIMAGE* SafeIconImage = NULL;
    GRPCURSORICONDIR* IconResDir;
    INT id;
    ICONIMAGE *ResIcon;