VirtualBox

儲存庫 vbox 的更動 66897


忽略:
時間撮記:
2017-5-15 下午04:06:16 (8 年 以前)
作者:
vboxsync
訊息:

Main/SecretKeyStore: be less pushy with iterators

檔案:
修改 1 筆資料

圖例:

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

    r62485 r66897  
    218218            AssertMsg(!pKey->refCount(), ("No one should access the stored key at this point anymore!\n"));
    219219            delete pKey;
    220             m_mapSecretKeys.erase(it++);
     220            SecretKeyMap::iterator itNext = ++it;
     221            m_mapSecretKeys.erase(it);
     222            it = itNext;
    221223        }
    222224        else
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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