Changeset 6622 in vbox for trunk/src/VBox/HostServices
- Timestamp:
- Jan 30, 2008 7:19:51 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedClipboard/linux.cpp
r6377 r6622 1018 1018 RTSemEventDestroy(g_ctx.waitForData); 1019 1019 RTSemMutexDestroy(g_ctx.asyncMutex); 1020 XtCloseDisplay(pDisplay);1021 1020 LogRel (("vboxClipboardThread: clipboard thread terminated successfully with return code %Vrc\n", rc)); 1022 1021 return rc; … … 1059 1058 AssertRC(rc); 1060 1059 AssertRC(rcThread); 1060 XtCloseDisplay(XtDisplay(g_ctx.widget)); 1061 1061 LogFlowFunc(("returning.\n")); 1062 1062 }
Note:
See TracChangeset
for help on using the changeset viewer.