Changeset 85762 in vbox for trunk/src/VBox/HostServices/SharedClipboard
- Timestamp:
- Aug 14, 2020 10:55:03 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc-x11.cpp
r84142 r85762 197 197 if (idEvent != NIL_SHCLEVENTID) 198 198 { 199 /* Note: ShClX11ReadDataFromX11() will consume pReq on success. */ 199 200 rc = ShClX11ReadDataFromX11(&pClient->State.pCtx->X11, uFormat, pReq); 200 201 if (RT_SUCCESS(rc)) … … 215 216 } 216 217 else 217 { 218 rc = VERR_SHCLPB_MAX_EVENTS_REACHED; 219 220 if (RT_FAILURE(rc)) 218 221 RTMemFree(pReq); 219 rc = VERR_SHCLPB_MAX_EVENTS_REACHED;220 }221 222 } 222 223 else
Note:
See TracChangeset
for help on using the changeset viewer.