VirtualBox

Changeset 35032 in vbox


Ignore:
Timestamp:
Dec 13, 2010 4:35:15 PM (14 years ago)
Author:
vboxsync
Message:

Devices/Audio: warning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Audio/audiosniffer.c

    r34906 r35032  
    243243    pCtx->fEndedByFilter = true;
    244244
    245     c = ASMAtomicDecU32(&pCtx->cRefs);
     245    c = ASMAtomicDecS32(&pCtx->cRefs);
    246246
    247247    if (c == 0)
     
    424424    Assert(g_pData == pThis);
    425425
    426     c = ASMAtomicDecU32(&pCtx->cRefs);
     426    c = ASMAtomicDecS32(&pCtx->cRefs);
    427427
    428428    if (c == 0)
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