oleaut32: Fix a leak of the typelib in the tmarshal tests.

This commit is contained in:
Rob Shearman 2007-12-06 14:06:19 +00:00 committed by Alexandre Julliard
parent d7682104e6
commit 83a02c545c
1 changed files with 1 additions and 0 deletions

View File

@ -600,6 +600,7 @@ static IWidget *Widget_Create(void)
ok_ole_success(hr, CreateStdDispatch);
ITypeInfo_Release(pTypeInfo);
}
ITypeLib_Release(pTypeLib);
}
if (SUCCEEDED(hr))