Skip to content

qt: don't release ANGLE internal D3D11 Device

Pierre Lamot requested to merge chub/vlc:qt/d3d-dev-double-free into master

Using a ComPtr to reference the D3D device was causing it to be destroyed when the class was released. The device is owned by ANGLE and should not be destroyed on our side.

fix: #26047 (closed)

Merge request reports