VirtualBox

儲存庫 vbox 的更動 18158


忽略:
時間撮記:
2009-3-23 下午05:36:37 (16 年 以前)
作者:
vboxsync
訊息:

fixed SEGFAULT in MachineImpl::rollback()

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/Main/MachineImpl.cpp

    r18115 r18158  
    77687768    }
    77697769
    7770     /* rollback any changes to devices after restoring the list */
    7771     StorageControllerList::const_iterator it = mStorageControllers->begin();
    7772     while (it != mStorageControllers->end())
    7773     {
    7774         if ((*it)->isModified())
    7775             (*it)->rollback();
    7776 
    7777         ++ it;
     7770    if (!mStorageControllers.isNull())
     7771    {
     7772        /* rollback any changes to devices after restoring the list */
     7773        StorageControllerList::const_iterator it = mStorageControllers->begin();
     7774        while (it != mStorageControllers->end())
     7775        {
     7776            if ((*it)->isModified())
     7777                (*it)->rollback();
     7778
     7779            ++ it;
     7780        }
    77787781    }
    77797782
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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