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

Spotted by Lionel Debroux.
This commit is contained in:
Vincent Povirk 2008-12-08 15:43:30 -06:00 committed by Alexandre Julliard
parent 6a19aa6b66
commit 23456b690f
1 changed files with 0 additions and 1 deletions

View File

@ -743,7 +743,6 @@ static void test_Get_Release_DC(void)
GdipDeleteBrush((GpBrush*)brush);
GdipDeleteRegion(region);
GdipDeleteMatrix(m);
GdipDeleteRegion(region);
ReleaseDC(0, hdc);
}