VirtualBox

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


Ignore:
Timestamp:
Apr 21, 2009 8:24:09 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
46165
Message:

Main: fixed potential deadlock during VM creation (internal ticket #3851)

File:
1 edited

Legend:

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

    r18829 r19046  
    65006500            }
    65016501
     6502            alock.leave();
     6503
    65026504            /* Deregister the VMSetError callback. This is necessary as the
    65036505             * pfnVMAtError() function passed to VMR3Create() is supposed to
     
    65056507            VMR3AtErrorDeregister(pVM, task->mSetVMErrorCallback, task.get());
    65066508            /** @todo register another VMSetError callback? */
     6509
     6510            alock.enter();
    65076511        }
    65086512        else
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette