oleaut32: Fix an ole font leak.

This commit is contained in:
Huw Davies 2010-02-01 13:58:55 +00:00 committed by Alexandre Julliard
parent 06d6dd3e72
commit ad9843faab

View File

@ -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)