diff --git a/dlls/oleaut32/tests/olefont.c b/dlls/oleaut32/tests/olefont.c index fd263889b1d..d57f66b618a 100644 --- a/dlls/oleaut32/tests/olefont.c +++ b/dlls/oleaut32/tests/olefont.c @@ -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)