Changeset 100535 in vbox for trunk/src/VBox/HostServices/SharedClipboard
- Timestamp:
- Jul 12, 2023 8:25:56 AM (20 months ago)
- svn:sync-xref-src-repo-rev:
- 158346
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc-transfers.cpp
r100499 r100535 2052 2052 AssertRC(rc2); 2053 2053 2054 shClSvcClientUnlock(pClient); 2055 2054 2056 ShClSvcTransferDestroy(pClient, pTransfer); 2055 2056 shClSvcClientUnlock(pClient);2057 2057 } 2058 2058 … … 2324 2324 LogFlowFuncEnter(); 2325 2325 2326 shClSvcClientLock(pClient); 2327 2326 2328 PSHCLTRANSFERCTX pTxCtx = &pClient->Transfers.Ctx; 2327 2329 … … 2332 2334 RTMemFree(pTransfer); 2333 2335 pTransfer = NULL; 2336 2337 shClSvcClientUnlock(pClient); 2334 2338 2335 2339 LogFlowFuncLeave();
Note:
See TracChangeset
for help on using the changeset viewer.