- Timestamp:
- Jul 20, 2023 9:56:26 AM (19 months ago)
- svn:sync-xref-src-repo-rev:
- 158500
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/SharedClipboard/clipboard-win.cpp
r100449 r100661 1174 1174 * Note: We don't free the object here, as other processes like the Windows Explorer still might refer to it. */ 1175 1175 if (pWinURITransferCtx->pDataObj) 1176 { 1176 1177 pWinURITransferCtx->pDataObj->Uninit(); 1178 pWinURITransferCtx->pDataObj = NULL; 1179 } 1177 1180 1178 1181 delete pWinURITransferCtx;
Note:
See TracChangeset
for help on using the changeset viewer.