Changeset 97799 in vbox for trunk/src/VBox/GuestHost/DragAndDrop/DnDTransferList.cpp
- Timestamp:
- Dec 13, 2022 5:26:12 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/DragAndDrop/DnDTransferList.cpp
r96407 r97799 280 280 if ( fIsFile 281 281 && !(fFlags & DNDTRANSFERLIST_FLAGS_KEEP_OPEN)) /* Shall we keep the file open while being added to this list? */ 282 DnDTransferObjectClose(pObj);282 rc = DnDTransferObjectClose(pObj); 283 283 } 284 284
Note:
See TracChangeset
for help on using the changeset viewer.