Changeset 12293 in vbox for trunk/src/VBox/HostDrivers/Support
- Timestamp:
- Sep 9, 2008 1:35:38 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPDrv.c
r12109 r12293 479 479 RTSpinlockDestroy(pDevExt->Spinlock); 480 480 pDevExt->Spinlock = NIL_RTSPINLOCK; 481 RTSemFastMutexDestroy(pDevExt->mtxComponentFactory); 482 pDevExt->mtxComponentFactory = NIL_RTSEMFASTMUTEX; 481 483 482 484 /*
Note:
See TracChangeset
for help on using the changeset viewer.