Initialize EBRUSHOBJ.psoMask in EBRUSHOBJ_vInit. Should fix CORE-9165

svn path=/trunk/; revision=66236
This commit is contained in:
Timo Kreuzer 2015-02-12 09:18:20 +00:00
parent f1d9eded2c
commit c940d08a6a

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