mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 04:39:45 +00:00
oleaut32: Fix an ole font leak.
This commit is contained in:
parent
06d6dd3e72
commit
ad9843faab
@ -832,6 +832,8 @@ static void test_returns(void)
|
||||
ok(hr == E_POINTER,
|
||||
"IFont::get_Bold: Expected E_POINTER got 0x%08x\n",
|
||||
hr);
|
||||
|
||||
IFont_Release(pFont);
|
||||
}
|
||||
|
||||
START_TEST(olefont)
|
||||
|
Loading…
Reference in New Issue
Block a user