gdiplus/tests: Fix a double-free in the region test.

This commit is contained in:
Vincent Povirk 2008-12-08 15:38:53 -06:00 committed by Alexandre Julliard
parent 5304b59184
commit 6a19aa6b66

View File

@ -670,7 +670,6 @@ static void test_combinereplace(void)
expect_magic((DWORD*)(buf + 2));
expect_dword(buf + 3, 0);
expect_dword(buf + 4, RGNDATA_INFINITE_RECT);
GdipDeletePath(path);
GdipDeleteRegion(region2);
/* more complex case : replace with a combined region */