Commit 4a3da6e1 authored by Rico Schüller's avatar Rico Schüller Committed by Alexandre Julliard

dxgi: Fix IWineD3DSwapChain_GetParent() call.

parent e3788512
......@@ -235,7 +235,7 @@ static HRESULT STDMETHODCALLTYPE dxgi_factory_CreateSwapChain(IWineDXGIFactory *
return hr;
}
swapchain = IWineD3DSwapChain_GetParent(wined3d_swapchain);
*swapchain = IWineD3DSwapChain_GetParent(wined3d_swapchain);
IUnknown_Release(wined3d_swapchain);
/* FIXME? The swapchain is created with refcount 1 by the wined3d device,
......
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