VirtualBox

儲存庫 vbox 的更動 63250


忽略:
時間撮記:
2016-8-10 上午11:04:45 (8 年 以前)
作者:
vboxsync
訊息:

GuestSession::i_startSessionAsync: ThreadTask conversion bug.

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/Main/src-client/GuestSessionImpl.cpp

    r63249 r63250  
    17371737    LogFlowThisFuncEnter();
    17381738
    1739     int vrc = VINF_SUCCESS;
    1740 
     1739    int vrc;
    17411740    GuestSessionTaskInternalOpen* pTask = NULL;
    17421741    try
     
    17541753        //this function delete pTask in case of exceptions, so there is no need in the call of delete operator
    17551754        HRESULT hrc = pTask->createThread();
     1755        vrc = Global::vboxStatusCodeFromCOM(hrc);
    17561756    }
    17571757    catch(std::bad_alloc &)
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette