VirtualBox

Changeset 38446 in vbox


Ignore:
Timestamp:
Aug 12, 2011 8:44:32 PM (13 years ago)
Author:
vboxsync
Message:

VBoxManage: warnings

File:
1 edited

Legend:

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

    r38437 r38446  
    15951595                {
    15961596                    /* Single file. */
    1597                     char *pszDest;
     1597                    char *pszDestFile;
    15981598                    vrc = ctrlCopyTranslatePath(pContext, pszSourceRoot, pszSource,
    1599                                                 Utf8Dest.c_str(), &pszDest);
     1599                                                Utf8Dest.c_str(), &pszDestFile);
    16001600                    if (RT_SUCCESS(vrc))
    16011601                    {
    16021602                        vrc = ctrlCopyFileToTarget(pContext, pszSource,
    1603                                                    pszDest, fFlags);
    1604                         RTStrFree(pszDest);
     1603                                                   pszDestFile, fFlags);
     1604                        RTStrFree(pszDestFile);
    16051605                    }
    16061606                    else
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