VirtualBox

Ignore:
Timestamp:
Dec 13, 2022 5:26:12 PM (2 years ago)
Author:
vboxsync
Message:

DnD: Resolved a @todo: Return rc when closing DnD objects.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/GuestHost/DragAndDrop/DnDTransferList.cpp

    r96407 r97799  
    280280                    if (   fIsFile
    281281                        && !(fFlags & DNDTRANSFERLIST_FLAGS_KEEP_OPEN)) /* Shall we keep the file open while being added to this list? */
    282                         DnDTransferObjectClose(pObj);
     282                        rc = DnDTransferObjectClose(pObj);
    283283                }
    284284
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