VirtualBox

Changeset 52862 in vbox for trunk


Ignore:
Timestamp:
Sep 25, 2014 12:50:39 PM (10 years ago)
Author:
vboxsync
Message:

stamR3LookupMaybeFree: Fixed bug causing assertions in stamR3LookupDestroyTree.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/STAM.cpp

    r52847 r52862  
    11331133        return;
    11341134
    1135 #if 0 /** @todo Asserts in stamR3LookupDestroyTree. */
    11361135    if (pParent->cDescsInTree == 0 && pParent->pParent)
    11371136    {
     
    11521151    }
    11531152    pCur->pParent = NULL;
     1153    pCur->iParent = UINT16_MAX;
    11541154
    11551155    /*
     
    11571157     */
    11581158    stamR3LookupDestroyTree(pCur);
    1159 #endif
    11601159}
    11611160
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