VirtualBox

Changeset 42516 in vbox


Ignore:
Timestamp:
Aug 1, 2012 4:50:46 PM (12 years ago)
Author:
vboxsync
Message:

wine/wddm: shader cache destroy fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/device.c

    r42499 r42516  
    637637        This->haveHardwareCursor = FALSE;
    638638
    639 #ifdef VBOX_WINE_WITH_SHADER_CACHE
    640         shader_chaches_term(This);
    641 #endif
    642 
    643639        IWineD3D_Release(This->wined3d);
    644640        This->wined3d = NULL;
     
    19211917        }
    19221918    }
     1919
     1920#ifdef VBOX_WINE_WITH_SHADER_CACHE
     1921    shader_chaches_term(This);
     1922#endif
    19231923
    19241924    /* Destroy the shader backend. Note that this has to happen after all shaders are destroyed. */
Note: See TracChangeset for help on using the changeset viewer.

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