VirtualBox

Changeset 40822 in vbox


Ignore:
Timestamp:
Apr 8, 2012 12:42:25 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
77337
Message:

Session cleanup bug fix wrt the tracer.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/src/VBox/HostDrivers/Support/SUPDrvTracer.cpp

    r40819 r40822  
    11281128     */
    11291129    if (pSession->uTracerData)
    1130     {
    1131         RTSemFastMutexRequest(pDevExt->mtxTracer);
    1132         if (   pSession->uTracerData
    1133             && pDevExt->pTracerOps)
    1134             pDevExt->pTracerOps->pfnTracerClose(pDevExt->pTracerOps, pSession, pSession->uTracerData);
    1135         pSession->uTracerData = 0;
    1136         RTSemFastMutexRelease(pDevExt->mtxTracer);
    1137     }
     1130        supdrvIOCtl_TracerClose(pDevExt, pSession);
    11381131}
    11391132
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