VirtualBox

Changeset 69175 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Oct 23, 2017 6:01:55 PM (7 years ago)
Author:
vboxsync
Message:

VMM/PDMThread: Don't use MMHyperFree but MMR3HeapFree instead, that structure doesn't live in the hyper heap

File:
1 edited

Legend:

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

    r69111 r69175  
    186186        pThread->Internal.s.BlockEvent = NIL_RTSEMEVENTMULTI;
    187187    }
    188     MMHyperFree(pVM, pThread);
     188    MMR3HeapFree(pThread);
    189189    *ppThread = NULL;
    190190
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