From 2bba372aeb849b9515c644d6dabaea611bafc471 Mon Sep 17 00:00:00 2001 From: Vincent Povirk Date: Mon, 8 Dec 2008 15:43:30 -0600 Subject: [PATCH] gdiplus/tests: fix a double-free in the graphics test --- dlls/gdiplus/tests/graphics.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/dlls/gdiplus/tests/graphics.c b/dlls/gdiplus/tests/graphics.c index 5db3ca9..fd28d5e 100644 --- a/dlls/gdiplus/tests/graphics.c +++ b/dlls/gdiplus/tests/graphics.c @@ -743,7 +743,6 @@ static void test_Get_Release_DC(void) GdipDeleteBrush((GpBrush*)brush); GdipDeleteRegion(region); GdipDeleteMatrix(m); - GdipDeleteRegion(region); ReleaseDC(0, hdc); } -- 1.5.6.3