Changeset 102566 in vbox for trunk/src/VBox/GuestHost/SharedClipboard
- Timestamp:
- Dec 11, 2023 9:38:32 AM (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/SharedClipboard/clipboard-transfers-http.cpp
r102141 r102566 465 465 { 466 466 char *pszPath = RTUriParsedPath(pszUrl, &Parsed); 467 AssertPtrReturn(pszPath, VERR_NO_MEMORY); /* Should be okay, as we succeeded RTUriParse() above. */ 467 468 size_t const cchPath = strlen(pszPath); 468 469 … … 532 533 ShClTransferObjOpenParmsDestroy(&openParms); 533 534 } 535 536 RTStrFree(pszPath); 537 pszPath = NULL; 534 538 } 535 539 else … … 590 594 rc = rc2; 591 595 } 596 597 RTSemEventDestroy(pSrv->StatusEvent); 598 pSrv->StatusEvent = NIL_RTSEMEVENT; 592 599 593 600 LogFlowFuncLeaveRC(rc);
Note:
See TracChangeset
for help on using the changeset viewer.