VirtualBox

Changeset 44946 in vbox for trunk/src/VBox/HostServices


Ignore:
Timestamp:
Mar 7, 2013 9:58:46 AM (12 years ago)
Author:
vboxsync
Message:

crOpenGL: fix window destruction

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_main.c

    r44937 r44946  
    124124{
    125125    CRMuralInfo *m = (CRMuralInfo *) data;
    126     if (m->spuWindow) /* <- do not do term for default mural as it does not contain any info to be freed,
    127                        * and renderspu will destroy it up itself*/
     126    if (m->spuWindow != CR_RENDER_DEFAULT_WINDOW_ID) /* <- do not do term for default mural as it does not contain any info to be freed,
     127                                                      * and renderspu will destroy it up itself*/
    128128    {
    129129        crServerMuralTerm(m);
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