Commit a9bc0fec authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

gdiplus/tests: Fix region leak (Coverity).

parent 6387476d
......@@ -2194,6 +2194,7 @@ static void test_clip_xform(void)
expect(0xff, color);
GdipDeleteGraphics(graphics);
GdipDeleteRegion(clip);
ReleaseDC(hwnd, hdc);
}
......
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