VirtualBox

Changeset 100661 in vbox for trunk


Ignore:
Timestamp:
Jul 20, 2023 9:56:26 AM (19 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
158500
Message:

Shared Clipboard: Make sure to unset the data object in SharedClipboardWinTransferDestroy(). bugref:9437

File:
1 edited

Legend:

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

    r100449 r100661  
    11741174         * Note: We don't free the object here, as other processes like the Windows Explorer still might refer to it. */
    11751175        if (pWinURITransferCtx->pDataObj)
     1176        {
    11761177            pWinURITransferCtx->pDataObj->Uninit();
     1178            pWinURITransferCtx->pDataObj = NULL;
     1179        }
    11771180
    11781181        delete pWinURITransferCtx;
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