VirtualBox

Ignore:
Timestamp:
May 15, 2017 4:30:10 PM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
115421
Message:

Main/GuestControl: fix iterator increment which was lost in previous change

File:
1 edited

Legend:

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

    r66896 r66900  
    854854
    855855                    /* Remove the event from the passed-in event group. */
     856                    GuestWaitEvents::iterator itEventsNext = itEvents;
     857                    ++itEventsNext;
    856858                    itGroup->second.erase(itEvents);
     859                    itEvents = itEventsNext;
    857860                }
    858861                else
Note: See TracChangeset for help on using the changeset viewer.

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