Skip to content

direct3d11: fix potential crash when ID3D11DeviceContext4 is not found

Steve Lhomme requested to merge robUx4/vlc:ID3D11DeviceContext4-crash into master

If ID3D11DeviceContext4 is not found we should not release is when we call the error cleanup.

This should be backported to 3.0 where it crashes.

Merge request reports