- Timestamp:
- Jan 17, 2024 11:20:27 AM (16 months ago)
- svn:sync-xref-src-repo-rev:
- 161147
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/VBoxClient/clipboard-x11.cpp
r102919 r102920 420 420 } 421 421 else 422 rc = VERR_NO_MEMORY;422 VBClLogError("Initializing clipboard failed with %Rrc\n", rc); 423 423 424 424 if (RT_FAILURE(rc)) 425 425 { 426 VBClLogError("Error connecting to host service, rc=%Rrc\n", rc);427 428 426 VbglR3ClipboardDisconnectEx(&g_Ctx.CmdCtx); 429 427 ShClX11Destroy(&g_Ctx.X11);
Note:
See TracChangeset
for help on using the changeset viewer.