Commit 73a5417a authored by Zebediah Figura's avatar Zebediah Figura Committed by Alexandre Julliard

devenum: Remove no longer necessary call to CoInitialize().

parent e75d5b8d
......@@ -158,10 +158,6 @@ HRESULT WINAPI DllRegisterServer(void)
if (FAILED(res))
return res;
/*** ActiveMovieFilter Categories ***/
CoInitialize(NULL);
res = CoCreateInstance(&CLSID_FilterMapper2, NULL, CLSCTX_INPROC,
&IID_IFilterMapper2, &mapvptr);
if (SUCCEEDED(res))
......@@ -191,8 +187,6 @@ HRESULT WINAPI DllRegisterServer(void)
IFilterMapper2_Release(pMapper);
}
CoUninitialize();
return res;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment