Changeset 43168 in vbox
- Timestamp:
- Sep 4, 2012 3:13:54 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/ConsoleImpl.cpp
r43161 r43168 6056 6056 { 6057 6057 AutoCaller autoCaller(this); 6058 AssertComRCReturnRC(autoCaller.rc()); 6058 /** @todo Fix race during console/VM reference destruction, refer @bugref{6318} 6059 * comment 25. */ 6060 if (FAILED(autoCaller.rc())) 6061 return autoCaller.rc(); 6059 6062 6060 6063 AutoWriteLock alock(this COMMA_LOCKVAL_SRC_POS);
Note:
See TracChangeset
for help on using the changeset viewer.