VirtualBox

Changeset 38072 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Jul 19, 2011 2:53:11 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
73018
Message:

GMMR0.cpp: Fixed fast mutex leak in GMMR0Term.

File:
1 edited

Legend:

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

    r37805 r38072  
    806806
    807807    /* Destroy the chunk locks. */
    808     for (unsigned iMtx = 0; iMtx++ < RT_ELEMENTS(pGMM->aChunkMtx); iMtx++)
     808    for (unsigned iMtx = 0; iMtx < RT_ELEMENTS(pGMM->aChunkMtx); iMtx++)
    809809    {
    810810        Assert(pGMM->aChunkMtx[iMtx].cUsers == 0);
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