VirtualBox

Changeset 19586 in vbox for trunk


Ignore:
Timestamp:
May 11, 2009 2:28:13 PM (16 years ago)
Author:
vboxsync
Message:

Missing pgmUnlock

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/PGMAllPhys.cpp

    r19480 r19586  
    15371537                    int rc = pgmPhysReadHandler(pVM, pPage, pRam->GCPhys + off, pvBuf, cb);
    15381538                    if (RT_FAILURE(rc))
     1539                    {
     1540                        pgmUnlock(pVM);
    15391541                        return rc;
     1542                    }
    15401543                }
    15411544                else
     
    20202023                    int rc = pgmPhysWriteHandler(pVM, pPage, pRam->GCPhys + off, pvBuf, cb);
    20212024                    if (RT_FAILURE(rc))
     2025                    {
     2026                        pgmUnlock(pVM);
    20222027                        return rc;
     2028                    }
    20232029                }
    20242030                else
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