VirtualBox

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


Ignore:
Timestamp:
Apr 12, 2010 3:20:11 PM (15 years ago)
Author:
vboxsync
Message:

Main/Machine: correctly release the lock

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/MachineImpl.cpp

    r28212 r28214  
    49924992    /* do not unnecessarily hold the lock while doing something which does
    49934993     * not need the lock and potentially takes a long time. */
    4994     alock.leave();
     4994    alock.release();
    49954995
    49964996    size_t cbData = (size_t)RT_MIN(aSize, 2048);
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