VirtualBox

Ignore:
Timestamp:
Mar 31, 2014 10:34:37 AM (11 years ago)
Author:
vboxsync
Message:

wddm: bugfix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPMisc.cpp

    r50629 r50927  
    12571257    ExAcquireFastMutex(&pContext->Mutex);
    12581258    PVBOXVIDEOCM_ALLOC_REF pAllocRef = (PVBOXVIDEOCM_ALLOC_REF)vboxWddmHTableGet(&pContext->AllocTable, hSesionHandle);
    1259     ASMAtomicIncU32(&pAllocRef->cRefs);
     1259    if (pAllocRef)
     1260        ASMAtomicIncU32(&pAllocRef->cRefs);
    12601261    ExReleaseFastMutex(&pContext->Mutex);
    12611262    return pAllocRef;
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