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

Dmitry Timoshkov dmitry at baikal.ru
Mon Dec 16 08:05:54 CST 2019


Sven Baars <sven.wine at gmail.com> 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.

The process is going to terminate anyway, so it's a waste of time.

-- 
Dmitry.



More information about the wine-devel mailing list