- 時間撮記:
- 2013-11-25 上午10:33:46 (11 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/Main/src-client/GuestDirectoryImpl.cpp
r49504 r49638 284 284 if (FAILED(autoCaller.rc())) return autoCaller.rc(); 285 285 286 AssertPtr(mSession);287 int rc = mSession->directoryRemoveFromList(this);288 AssertRC(rc);289 290 286 HRESULT hr = S_OK; 291 287 292 288 int guestRc; 293 rc = mData.mProcessTool.Terminate(30 * 1000, &guestRc);289 int rc = mData.mProcessTool.Terminate(30 * 1000, &guestRc); 294 290 if (RT_FAILURE(rc)) 295 291 { … … 313 309 } 314 310 315 /* 316 * Release autocaller before calling uninit. 317 */ 318 autoCaller.release(); 319 320 uninit(); 311 AssertPtr(mSession); 312 int rc2 = mSession->directoryRemoveFromList(this); 313 if (RT_SUCCESS(rc)) 314 rc = rc2; 321 315 322 316 LogFlowThisFunc(("Returning rc=%Rrc\n", rc));
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器