gdiplus/tests: Delete Pen object after use.
This commit is contained in:
parent
f9af62e36d
commit
5b7fae2ea8
|
@ -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[] = {
|
||||
|
|
Loading…
Reference in New Issue