VirtualBox

Changeset 4084 in vbox


Ignore:
Timestamp:
Aug 7, 2007 6:55:32 PM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
23531
Message:

comment

File:
1 edited

Legend:

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

    r4072 r4084  
    170170{
    171171    /*
    172      * Free used memory and RWLock.
     172     * Free used memory and the RWLock.
    173173     */
    174174    PSTAMDESC   pCur = pVM->stam.s.pHead;
     
    180180    }
    181181
    182     if (pVM->stam.s.RWSem)
     182    /* careful here as we might be called twice in on some failure paths (?) */
     183    if (pVM->stam.s.RWSem != NIL_RTSEMRW)
    183184        RTSemRWDestroy(pVM->stam.s.RWSem);
    184     pVM->stam.s.RWSem = 0;
     185    pVM->stam.s.RWSem = NIL_RTSEMRW;
    185186    return VINF_SUCCESS;
    186187}
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette