VirtualBox

Changeset 55268 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Apr 15, 2015 7:57:12 AM (10 years ago)
Author:
vboxsync
Message:

VBoxManage: minor memory leak on error path

File:
1 edited

Legend:

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

    r55182 r55268  
    12191219                RTEXITCODE rcExit = readPasswordFromConsole(&strPassword, "Password ID %s:", Utf8Str(bstrId).c_str());
    12201220                if (rcExit == RTEXITCODE_FAILURE)
     1221                {
     1222                    RTStrFree(pszAbsFilePath);
    12211223                    return rcExit;
     1224                }
    12221225
    12231226                bstrPassword = strPassword;
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