Changeset 8057
- Timestamp:
- 04/16/08 20:27:38 (7 months ago)
- Files:
-
- trunk/src/VBox/Main/SessionImpl.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/VBox/Main/SessionImpl.cpp
r7207 r8057 126 126 } 127 127 128 /* close() needs write lock */ 128 129 AutoLock alock (this); 129 130 … … 458 459 if (autoCaller.state() == Ready) 459 460 { 460 AutoReaderLock alock (this); 461 /* close() needs write lock */ 462 AutoLock alock (this); 461 463 462 464 LogFlowThisFunc (("mState=%d, mType=%d\n", mState, mType));

