VirtualBox

Changeset 20709 in vbox for trunk/src/VBox/VMM/VMMAll


Ignore:
Timestamp:
Jun 19, 2009 10:13:17 AM (16 years ago)
Author:
vboxsync
Message:

More locking

File:
1 edited

Legend:

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

    r20577 r20709  
    272272        pgmHandlerPhysicalResetRamFlags(pVM, pCur);
    273273        pgmHandlerPhysicalDeregisterNotifyREM(pVM, pCur);
     274        MMHyperFree(pVM, pCur);
    274275        pgmUnlock(pVM);
    275276        HWACCMFlushTLBOnAllVCpus(pVM);
    276         MMHyperFree(pVM, pCur);
    277277        return VINF_SUCCESS;
    278278    }
     
    748748                        LogFlow(("PGMHandlerPhysicalJoin: %RGp-%RGp %RGp-%RGp\n",
    749749                                 pCur1->Core.Key, pCur1->Core.KeyLast, pCur2->Core.Key, pCur2->Core.KeyLast));
     750                        MMHyperFree(pVM, pCur2);
    750751                        pgmUnlock(pVM);
    751                         MMHyperFree(pVM, pCur2);
    752752                        return VINF_SUCCESS;
    753753                    }
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