VirtualBox

Changeset 16181 in vbox for trunk/src


Ignore:
Timestamp:
Jan 22, 2009 5:10:16 PM (16 years ago)
Author:
vboxsync
Message:

Fixed a EMT-GUI deadlock in Main:Display::InvalidateAndUpdate

File:
1 edited

Legend:

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

    r15874 r16181  
    17521752    LogFlowFunc (("Sending DPYUPDATE request\n"));
    17531753
     1754    /* Have to leave the lock when calling EMT.  */
     1755    alock.leave ();
     1756
    17541757    /* pdm.h says that this has to be called from the EMT thread */
    17551758    PVMREQ pReq;
     
    17581761    if (RT_SUCCESS(rcVBox))
    17591762        VMR3ReqFree(pReq);
     1763
     1764    alock.enter ();
    17601765
    17611766    if (RT_FAILURE(rcVBox))
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