VirtualBox

Changeset 66894 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
May 15, 2017 2:55:15 PM (8 years ago)
Author:
vboxsync
Message:

Backed out r115409 again.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/GuestCtrlPrivate.cpp

    r66892 r66894  
    854854
    855855                    /* Remove the event from the passed-in event group. */
    856                     itEvents = itGroup->second.erase(itEvents);
     856                    itGroup->second.erase(itEvents++);
    857857                }
    858858                else
    859                     itEvents++;
     859                    ++itEvents;
    860860#ifdef DEBUG
    861861                cEvents++;
     
    947947                    if (itCurEvent->second == pEvent)
    948948                    {
    949                         itCurEvent = mWaitEventGroups[(*itType)].erase(itCurEvent);
     949                        mWaitEventGroups[(*itType)].erase(itCurEvent++);
    950950                        break;
    951951                    }
    952952                    else
    953                         itCurEvent++;
     953                        ++itCurEvent;
    954954                }
    955955            }
Note: See TracChangeset for help on using the changeset viewer.

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