VirtualBox

Changeset 70477 in vbox for trunk/src/VBox/Runtime/r3


Ignore:
Timestamp:
Jan 7, 2018 6:38:38 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
120089
Message:

iprt/RTPollSetAdd: Fixed bug in management of fFinalEntry.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/poll.cpp

    r69111 r70477  
    849849            if (iPrev != UINT32_MAX)
    850850            {
    851                 Assert(pThis->paHandles[i].fFinalEntry);
    852                 pThis->paHandles[i].fFinalEntry = false;
     851                Assert(pThis->paHandles[iPrev].fFinalEntry);
     852                pThis->paHandles[iPrev].fFinalEntry = false;
    853853            }
    854854
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