VirtualBox

Changeset 6622 in vbox for trunk/src/VBox/HostServices


Ignore:
Timestamp:
Jan 30, 2008 7:19:51 PM (17 years ago)
Author:
vboxsync
Message:

HostServices/SharedClipboard: fixed a possible segfault on Linux hosts

File:
1 edited

Legend:

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

    r6377 r6622  
    10181018    RTSemEventDestroy(g_ctx.waitForData);
    10191019    RTSemMutexDestroy(g_ctx.asyncMutex);
    1020     XtCloseDisplay(pDisplay);
    10211020    LogRel (("vboxClipboardThread: clipboard thread terminated successfully with return code %Vrc\n", rc));
    10221021    return rc;
     
    10591058    AssertRC(rc);
    10601059    AssertRC(rcThread);
     1060    XtCloseDisplay(XtDisplay(g_ctx.widget));
    10611061    LogFlowFunc(("returning.\n"));
    10621062}
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