Esme Povirk (@madewokherd) commented about dlls/gdiplus/tests/graphics.c:
"Expected GdipDrawImageRectRectI take effect!\n" ); GdipFree(pixel);
- /* Draw a PixelFormat8bppIndexed bitmap with a palette that has alpha */
- src_img_data = GdipAlloc(src_img_width * src_img_height);
- memset(src_img_data, 0, src_img_width * src_img_height);
GdipAlloc already zeroes memory.