Skip to content

direct3d11: fix pixel shader leak

Steve Lhomme requested to merge robUx4/vlc:d3d11-com-leak into master

Since 6b7a6d86 the shaders are stored in a ComPtr. Copying the value also adds a reference automatically.

Merge request reports