VirtualBox

Ignore:
Timestamp:
Oct 21, 2010 4:26:57 AM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
66849
Message:

wddm: fix dx8 based apps under aero

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Graphics/Display/wddm/VBoxDispD3D.cpp

    r33241 r33281  
    70037003//    Assert(!pDevice->cScreens);
    70047004        vboxWddmSwapchainDestroyAll(pDevice);
    7005         pDevice->pDevice9If->Release();
     7005        if (pDevice->pDevice9If)
     7006        {
     7007            pDevice->pDevice9If->Release();
     7008        }
    70067009    }
    70077010
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette