VirtualBox

Ignore:
Timestamp:
Jun 7, 2019 2:56:19 PM (5 years ago)
Author:
vboxsync
Message:

Shared Clipboard/URI: Update.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/GuestHost/SharedClipboard/ClipboardArea.cpp

    r78950 r79036  
    153153        rc = VINF_SUCCESS;
    154154
    155     if (RT_SUCCESS(rc))
     155    if (   RT_SUCCESS(rc)
     156        && m_strPathAbs.isNotEmpty())
    156157        rc = RTDirRemoveRecursive(m_strPathAbs.c_str(), RTDIRRMREC_F_CONTENT_AND_DIR);
    157158
     
    357358
    358359        rc2 = closeInternal();
    359         if (RT_SUCCESS(rc2))
     360        if (   RT_SUCCESS(rc2)
     361            && m_strPathAbs.isNotEmpty())
    360362        {
    361363            /* Try to remove the empty root dropped files directory as well.
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