VirtualBox

Changeset 103409 in vbox for trunk/src/VBox/VMM/VMMR3


Ignore:
Timestamp:
Feb 18, 2024 5:47:24 PM (12 months ago)
Author:
vboxsync
Message:

VMM/PDMBlkCache.cpp: Remove redundant condition (pBlkCacheGlobal is guaranteed to be != NULL at this point), bugref:3409

File:
1 edited

Legend:

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

    r99739 r103409  
    11861186    }
    11871187
    1188     if (pBlkCacheGlobal)
    1189         RTMemFree(pBlkCacheGlobal);
     1188    RTMemFree(pBlkCacheGlobal);
    11901189
    11911190    LogFlowFunc((": returns rc=%Rrc\n", 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