VirtualBox

Changeset 79433 in vbox


Ignore:
Timestamp:
Jul 1, 2019 10:56:38 AM (6 years ago)
Author:
vboxsync
Message:

pdmR3ThreadSuspendAll: Don't return without leaving the critsect.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/PDMThread.cpp

    r76553 r79433  
    985985            {
    986986                int rc = PDMR3ThreadSuspend(pThread);
    987                 AssertRCReturn(rc, rc);
     987                AssertRCReturnStmt(rc, RTCritSectLeave(&pUVM->pdm.s.ListCritSect), rc);
    988988                break;
    989989            }
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