VirtualBox

Changeset 88092 in vbox


Ignore:
Timestamp:
Mar 11, 2021 2:43:20 PM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
143234
Message:

VMM/TM: Fixed buggy timer unlinking in destroy function. bugref:9943

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/TM.cpp

    r88088 r88092  
    19791979        const PTMTIMER pNext = tmTimerGetNext(pQueue, pTimer);
    19801980        if (pPrev)
    1981             tmTimerSetPrev(pQueue, pPrev, pNext);
     1981            tmTimerSetNext(pQueue, pPrev, pNext);
    19821982        else
    19831983        {
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