mirror of
https://github.com/reactos/wine.git
synced 2025-02-19 20:31:35 +00:00
gdiplus/tests: Fix a double-free in the region test.
This commit is contained in:
parent
5304b59184
commit
6a19aa6b66
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user