Commit 62724c9d authored by Dmitry Timoshkov's avatar Dmitry Timoshkov Committed by Alexandre Julliard

gdiplus: Return error code of the failed API to the caller.

parent e9aef40c
......@@ -3188,7 +3188,7 @@ GpStatus WINGDIPAPI GdipDrawImagePointsRect(GpGraphics *graphics, GpImage *image
GdipFree(src_data);
GdipFree(dst_data);
GdipDeleteMatrix(dst_to_src);
return OutOfMemory;
return stat;
}
apply_image_attributes(imageAttributes, src_data,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment