Changeset 33281 in vbox for trunk/src/VBox/Additions/WINNT/Graphics/Display
- Timestamp:
- Oct 21, 2010 4:26:57 AM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 66849
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Display/wddm/VBoxDispD3D.cpp
r33241 r33281 7003 7003 // Assert(!pDevice->cScreens); 7004 7004 vboxWddmSwapchainDestroyAll(pDevice); 7005 pDevice->pDevice9If->Release(); 7005 if (pDevice->pDevice9If) 7006 { 7007 pDevice->pDevice9If->Release(); 7008 } 7006 7009 } 7007 7010
Note:
See TracChangeset
for help on using the changeset viewer.