Changeset 85985 in vbox for trunk/src/VBox/HostServices/SharedClipboard
- Timestamp:
- Sep 1, 2020 5:46:22 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 140181
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc.cpp
r85983 r85985 1337 1337 if (RT_FAILURE(rc)) 1338 1338 ShClPayloadFree(pPayload); 1339 1340 /* No one holding a reference to the event event anymore? Unregister it. */ 1341 if (ShClEventGetRefs(&pClient->EventSrc, idEvent) == 0) 1342 { 1343 int rc2 = ShClEventUnregister(&pClient->EventSrc, idEvent); 1344 if (RT_SUCCESS(rc)) 1345 rc = rc2; 1346 } 1339 1347 } 1340 1348
Note:
See TracChangeset
for help on using the changeset viewer.