gdiplus/tests: Fix font leak.

This commit is contained in:
Dmitry Timoshkov 2012-08-27 14:11:40 +09:00 committed by Alexandre Julliard
parent 3f353e0025
commit 31544a73da
1 changed files with 2 additions and 0 deletions

View File

@ -3836,6 +3836,8 @@ todo_wine
expectf_(height, rect.Height, height / 15.0);
expectf_(bounds.Width, rect.Width + margin * 2.0, bounds.Width / 15.0);
}
GdipDeleteFont(font);
}
status = GdipDeleteGraphics(graphics);