[WIN32K]
authorTimo Kreuzer <timo.kreuzer@reactos.org>
Thu, 12 Feb 2015 09:18:20 +0000 (09:18 +0000)
committerTimo Kreuzer <timo.kreuzer@reactos.org>
Thu, 12 Feb 2015 09:18:20 +0000 (09:18 +0000)
Initialize EBRUSHOBJ.psoMask in EBRUSHOBJ_vInit. Should fix CORE-9165

svn path=/trunk/; revision=66236

reactos/win32ss/gdi/eng/engbrush.c

index 61d68b8..6f50318 100644 (file)
@@ -64,6 +64,7 @@ EBRUSHOBJ_vInit(EBRUSHOBJ *pebo,
     pebo->pbrush = pbrush;
     pebo->pengbrush = NULL;
     pebo->flattrs = pbrush->flAttrs;
+    pebo->psoMask = NULL;
 
     /* Initialize 1 bpp fore and back colors */
     pebo->crCurrentBack = crBackgroundClr;