Commit ad9843fa authored by Huw Davies's avatar Huw Davies Committed by Alexandre Julliard

oleaut32: Fix an ole font leak.

parent 06d6dd3e
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment