VirtualBox

Changeset 41813 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Jun 18, 2012 12:11:28 PM (12 years ago)
Author:
vboxsync
Message:

Main/HostUSBDevice: forgotten lock fix which happens only on platforms which truly grab devices

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/HostUSBDeviceImpl.cpp

    r41528 r41813  
    13791379                        /* Take action if we're supposed to attach it to a VM. */
    13801380                        if (mUniState == kHostUSBDeviceState_AttachingToVM)
     1381                        {
     1382                            alock.release();
    13811383                            attachToVM(mMachine, mMaskedIfs);
     1384                            alock.acquire();
     1385                        }
    13821386                        break;
    13831387
     
    14681472
    14691473    return fIsImportant;
    1470 
    14711474}
    14721475
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