VirtualBox

Changeset 10737 in vbox for trunk/src/VBox/Runtime


Ignore:
Timestamp:
Jul 18, 2008 8:34:45 AM (16 years ago)
Author:
vboxsync
Message:

Must release the semaphore before destroying it (vista gets upset otherwise because we don't restore the IRQL).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/log/log.cpp

    r10646 r10737  
    587587    if (MutexSem != NIL_RTSEMFASTMUTEX)
    588588    {
     589        RTSemFastMutexRelease(MutexSem);
    589590        int rc2 = RTSemFastMutexDestroy(MutexSem);
    590591        AssertRC(rc2);
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