Changeset 29651 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- May 18, 2010 5:11:18 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 61805
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxInternalManage.cpp
r29650 r29651 1427 1427 { 1428 1428 /* Free memory allocated for relative device name. */ 1429 if ( RawDescriptor.pPartDescs[i].pszRawDevice)1429 if (fRelative && RawDescriptor.pPartDescs[i].pszRawDevice) 1430 1430 RTStrFree((char *)(void *)RawDescriptor.pPartDescs[i].pszRawDevice); 1431 1431 if (RawDescriptor.pPartDescs[i].pvPartitionData)
Note:
See TracChangeset
for help on using the changeset viewer.