VirtualBox

Changeset 15539 in vbox


Ignore:
Timestamp:
Dec 15, 2008 7:46:07 PM (16 years ago)
Author:
vboxsync
Message:

OpenGL: Comment the workaround

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/GuestHost/OpenGL/util/dll.c

    r15536 r15539  
    302302        }
    303303#elif defined(IRIX) || defined(IRIX64) || defined(Linux) || defined(FreeBSD) || defined(AIX) || defined(SunOS) || defined(OSF1)
     304        /*
     305         * Unloading Nvidia's libGL will crash VirtualBox later during shutdown.
     306         * Therefore we will skip unloading it. It will be unloaded later anway
     307         * because we are already freeing all ressources and VirtualBox will terminate
     308         * soon.
     309         */
    304310#ifndef IN_GUEST
    305311        if (strncmp(dll->name, "libGL", 5))
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