Index: /trunk/src/VBox/Frontends/VBoxManage/VBoxInternalManage.cpp
===================================================================
--- /trunk/src/VBox/Frontends/VBoxManage/VBoxInternalManage.cpp	(revision 29650)
+++ /trunk/src/VBox/Frontends/VBoxManage/VBoxInternalManage.cpp	(revision 29651)
@@ -1427,5 +1427,5 @@
         {
             /* Free memory allocated for relative device name. */
-            if (RawDescriptor.pPartDescs[i].pszRawDevice)
+            if (fRelative && RawDescriptor.pPartDescs[i].pszRawDevice)
                 RTStrFree((char *)(void *)RawDescriptor.pPartDescs[i].pszRawDevice);
             if (RawDescriptor.pPartDescs[i].pvPartitionData)
