gdiplus/tests: Fix font leak.
This commit is contained in:
parent
3f353e0025
commit
31544a73da
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue