VirtualBox

Ignore:
Timestamp:
Mar 31, 2008 12:06:27 PM (17 years ago)
Author:
vboxsync
Message:

Fix senseless code in VMDK comment handling.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Storage/VmdkHDDCore.cpp

    r7580 r7653  
    40834083            rc = vmdkDecodeString(pszCommentEncoded, pszComment, cbComment);
    40844084        else
    4085         {
    4086             *pszComment = '\0';
    40874085            rc = VINF_SUCCESS;
    4088         }
    40894086        if (pszCommentEncoded)
    40904087            RTStrFree((char *)(void *)pszCommentEncoded);
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