VirtualBox

Ignore:
Timestamp:
Jul 12, 2023 8:48:58 AM (20 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
158348
Message:

Shared Clipboard: Make sure to also let the guest know of transfer uninitialization in ShClSvcTransferDestroy(). bugref:9437

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc-transfers.cpp

    r100535 r100537  
    23302330    ShClTransferCtxUnregisterById(pTxCtx, pTransfer->State.uID);
    23312331
     2332    /* Make sure to let the guest know. */
     2333    int rc = shClSvcTransferSendStatusAsync(pClient, pTransfer,
     2334                                            SHCLTRANSFERSTATUS_UNINITIALIZED, VINF_SUCCESS, NULL /* ppEvent */);
     2335    AssertRC(rc);
     2336
    23322337    ShClTransferDestroy(pTransfer);
    23332338
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