Changeset 20709 in vbox for trunk/src/VBox/VMM/VMMAll
- Timestamp:
- Jun 19, 2009 10:13:17 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllHandler.cpp
r20577 r20709 272 272 pgmHandlerPhysicalResetRamFlags(pVM, pCur); 273 273 pgmHandlerPhysicalDeregisterNotifyREM(pVM, pCur); 274 MMHyperFree(pVM, pCur); 274 275 pgmUnlock(pVM); 275 276 HWACCMFlushTLBOnAllVCpus(pVM); 276 MMHyperFree(pVM, pCur);277 277 return VINF_SUCCESS; 278 278 } … … 748 748 LogFlow(("PGMHandlerPhysicalJoin: %RGp-%RGp %RGp-%RGp\n", 749 749 pCur1->Core.Key, pCur1->Core.KeyLast, pCur2->Core.Key, pCur2->Core.KeyLast)); 750 MMHyperFree(pVM, pCur2); 750 751 pgmUnlock(pVM); 751 MMHyperFree(pVM, pCur2);752 752 return VINF_SUCCESS; 753 753 }
Note:
See TracChangeset
for help on using the changeset viewer.