Sven Baars sven.wine@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.