VirtualBox

Ignore:
Timestamp:
Apr 29, 2013 1:26:16 PM (12 years ago)
Author:
vboxsync
Message:

VBoxGuest: proper wait events cleanup on session close

File:
1 edited

Legend:

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

    r45784 r45811  
    10361036}
    10371037
    1038 
     1038static int VBoxGuestCommonIOCtl_CancelAllWaitEvents(PVBOXGUESTDEVEXT pDevExt, PVBOXGUESTSESSION pSession);
    10391039
    10401040/**
     
    10511051
    10521052    VBoxGuestCommonGuestCapsAcquire(pDevExt, pSession, 0, UINT32_MAX);
     1053
     1054    VBoxGuestCommonIOCtl_CancelAllWaitEvents(pDevExt, pSession);
    10531055
    10541056#ifdef VBOX_WITH_HGCM
     
    25482550    }
    25492551
    2550     /* user-mode apps are allowed to pass any mask to the notmask,
    2551      * the driver cleans up them accordingly */
    2552     fNotMask &= ~fSetCaps;
    2553 
    25542552    if (!VBoxGuestCommonGuestCapsValidateValues(fOrMask))
    25552553        return VERR_INVALID_PARAMETER;
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