Changeset 24142 in vbox for trunk/src/VBox/HostServices
- Timestamp:
- Oct 28, 2009 3:10:34 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedClipboard/x11-clipboard.cpp
r22181 r24142 125 125 rc = ClipStartX11(pBackend, true /* grab shared clipboard */); 126 126 } 127 if (RT_FAILURE(rc) && pBackend)128 ClipStopX11(pCtx->pBackend);129 127 if (RT_FAILURE(rc)) 130 128 RTCritSectDelete(&pCtx->clipboardMutex);
Note:
See TracChangeset
for help on using the changeset viewer.