Skip to content

direct3d11: fix potential crash when ID3D11DeviceContext4 is not found

Steve Lhomme requested to merge robUx4/vlc:cherry-pick-719dd732 into 3.0.x

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

(cherry picked from commit 719dd732) Signed-off-by: Steve Lhomme robux4@ycbcr.xyz

Merge request reports