VirtualBox

Changeset 55228 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Apr 14, 2015 6:30:42 AM (10 years ago)
Author:
vboxsync
Message:

PDMBlkCache: Never mix allocators!

File:
1 edited

Legend:

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

    r55186 r55228  
    924924        }
    925925
    926         RTStrFree(pszId);
     926        RTMemFree(pszId);
    927927        pszId = NULL;
    928928
     
    967967
    968968    if (pszId)
    969         RTStrFree(pszId);
     969        RTMemFree(pszId);
    970970
    971971    if (cRefs && RT_SUCCESS(rc))
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