gdiplus/tests: Delete Pen object after use.

This commit is contained in:
Nikolay Sivov 2009-12-05 22:37:35 +03:00 committed by Alexandre Julliard
parent f9af62e36d
commit 5b7fae2ea8
1 changed files with 2 additions and 0 deletions

View File

@ -415,6 +415,8 @@ static void test_worldbounds(void)
expectf(-1274.8, bounds.Y);
expectf(705.0, bounds.Width);
expectf(945.0, bounds.Height);
GdipDeletePen(pen);
}
static path_test_t pathpath_path[] = {