Changeset 10737 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Jul 18, 2008 8:34:45 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/log/log.cpp
r10646 r10737 587 587 if (MutexSem != NIL_RTSEMFASTMUTEX) 588 588 { 589 RTSemFastMutexRelease(MutexSem); 589 590 int rc2 = RTSemFastMutexDestroy(MutexSem); 590 591 AssertRC(rc2);
Note:
See TracChangeset
for help on using the changeset viewer.