Jacek Caban jacek@codeweavers.com writes:
@@ -1244,6 +1244,9 @@ static void COMPOBJ_InitProcess( void ) static void COMPOBJ_UninitProcess( void ) { UnregisterClassW(wszAptWinClass, hProxyDll);
- if(oleaut32_instance)
FreeLibrary(oleaut32_instance);
Since oleaut32 imports ole32 you'll never get here. Using a delayed import would probably be easier.