[vlc-commits] d3d11_surface: fix device release
Steve Lhomme
git at videolan.org
Tue Dec 10 16:24:29 CET 2019
vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Tue Dec 10 16:07:01 2019 +0100| [c5df17c7004093d56450c1d3d35c77a9a57f7c1b] | committer: Steve Lhomme
d3d11_surface: fix device release
After c8d2030aa6e9e52866f44f21c5dcc25cff613531
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c5df17c7004093d56450c1d3d35c77a9a57f7c1b
---
modules/hw/d3d11/d3d11_surface.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/modules/hw/d3d11/d3d11_surface.c b/modules/hw/d3d11/d3d11_surface.c
index 322dd86355..bf976d8749 100644
--- a/modules/hw/d3d11/d3d11_surface.c
+++ b/modules/hw/d3d11/d3d11_surface.c
@@ -849,7 +849,6 @@ void D3D11CloseConverter( vlc_object_t *obj )
vlc_mutex_destroy(&p_sys->staging_lock);
if (p_sys->staging)
ID3D11Texture2D_Release(p_sys->staging);
- D3D11_FilterReleaseInstance(&p_sys->d3d_dev);
D3D11_Destroy(&p_sys->hd3d);
}
More information about the vlc-commits
mailing list