Changeset 35032 in vbox
- Timestamp:
- Dec 13, 2010 4:35:15 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/Devices/Audio/audiosniffer.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/audiosniffer.c
r34906 r35032 243 243 pCtx->fEndedByFilter = true; 244 244 245 c = ASMAtomicDec U32(&pCtx->cRefs);245 c = ASMAtomicDecS32(&pCtx->cRefs); 246 246 247 247 if (c == 0) … … 424 424 Assert(g_pData == pThis); 425 425 426 c = ASMAtomicDec U32(&pCtx->cRefs);426 c = ASMAtomicDecS32(&pCtx->cRefs); 427 427 428 428 if (c == 0)
Note:
See TracChangeset
for help on using the changeset viewer.

