VirtualBox

Changeset 102955 in vbox for trunk/src/VBox/GuestHost


Ignore:
Timestamp:
Jan 18, 2024 3:35:48 PM (15 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
161183
Message:

Shared Clipboard/Transfer: Also free the temporary path when path validation failed in ShClTransferRootsInitFromStringListEx(). bugref:9437

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/GuestHost/SharedClipboard/clipboard-transfers.cpp

    r102954 r102955  
    18781878        rc = ShClTransferValidatePath(pszPathCur, false /* fMustExist */);
    18791879        if (RT_FAILURE(rc))
     1880        {
     1881            RTStrFree(pszPathCur);
    18801882            break;
     1883        }
    18811884
    18821885        /* No root path determined yet? */
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette