D3D: Fix Nvidia 3D Vision memory leak

This commit is contained in:
Jules Blok 2014-12-03 22:39:00 +01:00
parent ea2bcb44f0
commit a6ac7dd5bd

View File

@ -184,6 +184,7 @@ void TeardownDeviceObjects()
SAFE_RELEASE(resetdepthstate);
SAFE_RELEASE(resetraststate);
SAFE_RELEASE(s_screenshot_texture);
SAFE_RELEASE(s_3d_vision_texture);
s_television.Shutdown();