VirtualBox

Changeset 45055 in vbox for trunk


Ignore:
Timestamp:
Mar 18, 2013 11:28:56 AM (12 years ago)
Author:
vboxsync
Message:

DevVGA.cpp: try fix lock order violation in vgaReset.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Graphics/DevVGA.cpp

    r45025 r45055  
    52435243    /* notify port handler */
    52445244    if (pThis->pDrv)
     5245    {
     5246        PDMCritSectLeave(&pThis->CritSect); /* hack around lock order issue. */
    52455247        pThis->pDrv->pfnReset(pThis->pDrv);
     5248        PDMCritSectEnter(&pThis->CritSect, VERR_IGNORED);
     5249    }
    52465250
    52475251    /* Reset latched access mask. */
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