Changeset 63250 in vbox
- Timestamp:
- Aug 10, 2016 11:04:45 AM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 109880
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/GuestSessionImpl.cpp
r63249 r63250 1737 1737 LogFlowThisFuncEnter(); 1738 1738 1739 int vrc = VINF_SUCCESS; 1740 1739 int vrc; 1741 1740 GuestSessionTaskInternalOpen* pTask = NULL; 1742 1741 try … … 1754 1753 //this function delete pTask in case of exceptions, so there is no need in the call of delete operator 1755 1754 HRESULT hrc = pTask->createThread(); 1755 vrc = Global::vboxStatusCodeFromCOM(hrc); 1756 1756 } 1757 1757 catch(std::bad_alloc &)
Note:
See TracChangeset
for help on using the changeset viewer.