Commit 4ee90e94 authored by Paul Vriens's avatar Paul Vriens Committed by Alexandre Julliard

oleaut32/tests: Cleanup typelib after the test.

parent 0b6acfbc
...@@ -1179,5 +1179,8 @@ START_TEST(tmarshal) ...@@ -1179,5 +1179,8 @@ START_TEST(tmarshal)
test_typelibmarshal(); test_typelibmarshal();
test_DispCallFunc(); test_DispCallFunc();
hr = UnRegisterTypeLib(&LIBID_TestTypelib, 1, 0, LOCALE_NEUTRAL, 1);
ok_ole_success(hr, UnRegisterTypeLib);
CoUninitialize(); CoUninitialize();
} }
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