VirtualBox

Changeset 29651 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
May 18, 2010 5:11:18 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
61805
Message:

Frontends/VBoxManage: fix for freeing memory

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/VBoxInternalManage.cpp

    r29650 r29651  
    14271427        {
    14281428            /* Free memory allocated for relative device name. */
    1429             if (RawDescriptor.pPartDescs[i].pszRawDevice)
     1429            if (fRelative && RawDescriptor.pPartDescs[i].pszRawDevice)
    14301430                RTStrFree((char *)(void *)RawDescriptor.pPartDescs[i].pszRawDevice);
    14311431            if (RawDescriptor.pPartDescs[i].pvPartitionData)
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