VirtualBox

Changeset 48628 in vbox for trunk/src/VBox/Runtime/common


Ignore:
Timestamp:
Sep 23, 2013 10:11:58 AM (11 years ago)
Author:
vboxsync
Message:

Runtime/manifest: unimportant memory leak

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/checksum/manifest.cpp

    r46982 r48628  
    439439        if (!pszDigestEnd)
    440440        {
     441            RTMemTmpFree(pszName);
    441442            rc = VERR_MANIFEST_WRONG_FILE_FORMAT;
    442443            break;
     
    447448        if (!pszDigest)
    448449        {
     450            RTMemTmpFree(pszName);
    449451            rc = VERR_NO_MEMORY;
    450452            break;
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