Module: wine Branch: master Commit: 4ee90e94f6f1c6c979e51ea44c5a6241b9b2beb5 URL: http://source.winehq.org/git/wine.git/?a=commit;h=4ee90e94f6f1c6c979e51ea44c...
Author: Paul Vriens paul.vriens.wine@gmail.com Date: Fri May 30 19:16:40 2008 +0200
oleaut32/tests: Cleanup typelib after the test.
---
dlls/oleaut32/tests/tmarshal.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/dlls/oleaut32/tests/tmarshal.c b/dlls/oleaut32/tests/tmarshal.c index 98ed428..3812b72 100644 --- a/dlls/oleaut32/tests/tmarshal.c +++ b/dlls/oleaut32/tests/tmarshal.c @@ -1179,5 +1179,8 @@ START_TEST(tmarshal) test_typelibmarshal(); test_DispCallFunc();
+ hr = UnRegisterTypeLib(&LIBID_TestTypelib, 1, 0, LOCALE_NEUTRAL, 1); + ok_ole_success(hr, UnRegisterTypeLib); + CoUninitialize(); }