VirtualBox

Changeset 48668 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Sep 25, 2013 7:43:10 AM (11 years ago)
Author:
vboxsync
Message:

VMM/HMSVMR0: free mappings true.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp

    r48624 r48668  
    443443    if (g_hMemObjIOBitmap != NIL_RTR0MEMOBJ)
    444444    {
    445         RTR0MemObjFree(g_hMemObjIOBitmap, false /* fFreeMappings */);
     445        RTR0MemObjFree(g_hMemObjIOBitmap, true /* fFreeMappings */);
    446446        g_pvIOBitmap      = NULL;
    447447        g_HCPhysIOBitmap  = 0;
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