Bugzilla – Attachment #75712: Patch for fixing missing initialization of pPicture->format for bug #152730
pPicture = (PicturePtr) xalloc(sizeof(PictureRec));
pPicture->pDrawable = 0;
pPicture->pFormat = 0;
pPicture->format = PICT_a8r8g8b8; /* FIXME: is this right? */
pPicture->pNext = 0;
SetPictureToDefaults(pPicture);