gdiplus/tests: Fix resource leaks in several tests.
authorAndrew Eikum <andrew@brightnightgames.com>
Thu, 25 Jun 2009 13:40:28 +0000 (08:40 -0500)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 26 Jun 2009 12:38:13 +0000 (14:38 +0200)
commitff95a69f5a97db5f4c0908c7dda77ba7d6563ecc
tree61b830e3473a8b16d4e125cf9c55f7584d38405c
parent349337d7ef3ba9178f92c85d61d93bde7528e4b4
gdiplus/tests: Fix resource leaks in several tests.

A few tests initialized two GpGraphics objects, and only released one.
These have been fixed by removing the redundant initialization.
dlls/gdiplus/tests/graphics.c