VirtualBox

Changeset 781 in vbox


Ignore:
Timestamp:
Feb 8, 2007 3:00:31 PM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
18446
Message:

Fixed deadlock in SetupInternalFramebuffer

File:
1 edited

Legend:

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

    r470 r781  
    11921192    if (pVM.isOk())
    11931193    {
     1194        /* Must leave the lock here because the changeFramebuffer will also obtain it. */
     1195        lock.leave ();
     1196
    11941197        /* send request to the EMT thread */
    11951198        PVMREQ pReq = NULL;
     
    12011204            vrc = pReq->iStatus;
    12021205        VMR3ReqFree (pReq);
     1206
     1207        lock.enter ();
    12031208
    12041209        ComAssertRCRet (vrc, E_FAIL);
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