VirtualBox

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


Ignore:
Timestamp:
Aug 23, 2017 2:28:01 PM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
117676
Message:

STAMR3SnapshotFree(): fixed typo causing a memory leak

File:
1 edited

Legend:

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

    r67067 r68519  
    20822082VMMR3DECL(int)  STAMR3SnapshotFree(PUVM pUVM, char *pszSnapshot)
    20832083{
    2084     if (!pszSnapshot)
     2084    if (pszSnapshot)
    20852085        RTMemFree(pszSnapshot);
    20862086    NOREF(pUVM);
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