VirtualBox

Ignore:
Timestamp:
Feb 26, 2009 1:10:37 PM (16 years ago)
Author:
vboxsync
Message:

crOpenGL: disconnect hgcm clients when process owning file handle is terminated (public bug #3243)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuestPnP.cpp

    r13837 r17163  
    333333                IoDetachDevice(pDevExt->nextLowerDriver);
    334334            }
     335
     336#ifdef VBOX_WITH_HGCM
     337            if (pDevExt->SessionSpinlock != NIL_RTSPINLOCK)
     338                RTSpinlockDestroy(pDevExt->SessionSpinlock);
     339#endif
     340
    335341            UNICODE_STRING win32Name;
    336342            RtlInitUnicodeString(&win32Name, VBOXGUEST_DEVICE_NAME_DOS);
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