[PATCH 5/5] adsldp/tests: Add some tests for LDAPNamespace.

Sven Baars sven.wine at gmail.com
Mon Dec 16 06:20:00 CST 2019


On 16-12-2019 02:42, Dmitry Timoshkov wrote:
> +
> +START_TEST(ldap)
> +{
> +    HRESULT hr;
> +
> +    hr = CoInitialize(NULL);
> +    ok(hr == S_OK, "got %#x\n", hr);
> +
> +    test_LDAP();
> +}
> 
I think you forgot to call CoUninitialize here.



More information about the wine-devel mailing list