VirtualBox

Changeset 29553 in vbox for trunk


Ignore:
Timestamp:
May 17, 2010 2:29:24 PM (15 years ago)
Author:
vboxsync
Message:

Proper cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/GMMR0.cpp

    r29551 r29553  
    38973897    PGVM pGVM = (PGVM)pvGVM;
    38983898    PGMMSHAREDMODULEPERVM pRecVM = (PGMMSHAREDMODULEPERVM)pNode;
     3899    PGMM pGMM;
     3900    GMM_GET_VALID_INSTANCE(pGMM, VERR_INTERNAL_ERROR);
    38993901
    39003902    Assert(pRecVM->pGlobalModule);
     
    39133915                    RTMemFree(pRec->aRegions[i].paHCPhysPageID);
    39143916
     3917            /* Remove from the tree and free memory. */
     3918            RTAvlGCPtrRemove(&pGMM->pGlobalSharedModuleTree, pRec->Core.Key);
    39153919            RTMemFree(pRec);
    39163920        }
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