Esme Povirk (@madewokherd) commented about dlls/gdiplus/tests/image.c:
expect(InvalidParameter, stat); stat = pGdipCreateEffect(noneffect, &effect);
- todo_wine expect(Win32Error, stat);
- expect(Win32Error, stat);
- ok(effect == NULL, "Expected effect to be NULL\n");
effect should be initialized to non-NULL before calling GdipCreateEffect, in case it coincidentally started out as NULL.