- Timestamp:
- May 17, 2010 2:29:24 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/GMMR0.cpp
r29551 r29553 3897 3897 PGVM pGVM = (PGVM)pvGVM; 3898 3898 PGMMSHAREDMODULEPERVM pRecVM = (PGMMSHAREDMODULEPERVM)pNode; 3899 PGMM pGMM; 3900 GMM_GET_VALID_INSTANCE(pGMM, VERR_INTERNAL_ERROR); 3899 3901 3900 3902 Assert(pRecVM->pGlobalModule); … … 3913 3915 RTMemFree(pRec->aRegions[i].paHCPhysPageID); 3914 3916 3917 /* Remove from the tree and free memory. */ 3918 RTAvlGCPtrRemove(&pGMM->pGlobalSharedModuleTree, pRec->Core.Key); 3915 3919 RTMemFree(pRec); 3916 3920 }
Note:
See TracChangeset
for help on using the changeset viewer.