VirtualBox

Changeset 5805 in vbox


Ignore:
Timestamp:
Nov 20, 2007 5:20:43 PM (17 years ago)
Author:
vboxsync
Message:

Shared clipboard (Linux host): fixed a segfault on VM exit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostServices/SharedClipboard/linux.cpp

    r4356 r5805  
    10511051    ev.xclient.format = 8;
    10521052    XSendEvent(XtDisplay(g_ctx.widget), XtWindow(g_ctx.widget), false, 0, &ev);
     1053    XFlush(XtDisplay(g_ctx.widget));
    10531054    rc = RTThreadWait(g_ctx.thread, 2000, &rcThread);
    10541055    AssertRC(rc);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette