VirtualBox

Changeset 8057 in vbox


Ignore:
Timestamp:
Apr 16, 2008 6:27:38 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
29735
Message:

Main: Fixed another self-deadlock (requesting write before releasing read).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/SessionImpl.cpp

    r7207 r8057  
    126126    }
    127127
     128    /* close() needs write lock */
    128129    AutoLock alock (this);
    129130
     
    458459    if (autoCaller.state() == Ready)
    459460    {
    460         AutoReaderLock alock (this);
     461        /* close() needs write lock */
     462        AutoLock alock (this);
    461463
    462464        LogFlowThisFunc (("mState=%d, mType=%d\n", mState, mType));
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