VirtualBox

Changeset 19770 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
May 18, 2009 9:57:59 AM (16 years ago)
Author:
vboxsync
Message:

Missing unlocks in error cases

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/PGMAllBth.h

    r19769 r19770  
    31613161    if (rc != VINF_SUCCESS)
    31623162    {
     3163        pgmUnlock(pVM);
    31633164        AssertRC(rc);
    31643165        return rc;
     
    31863187    if (rc != VINF_SUCCESS)
    31873188    {
     3189        pgmUnlock(pVM);
    31883190        AssertRC(rc);
    31893191        return rc;
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