[PATCH] gdiplus/tests: Fix a memory leak (Valgrind).

Vincent Povirk vincent at codeweavers.com
Thu Feb 21 10:10:53 CST 2019


Image buffers passed into Bitmap constructors such as
GdipCreateBitmapFromScan0 are referenced by the Bitmap object and must
be valid for the Bitmap's lifetime.



More information about the wine-devel mailing list