VirtualBox

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


Ignore:
Timestamp:
Oct 28, 2009 3:10:34 PM (15 years ago)
Author:
vboxsync
Message:

GuestHost and HostServices/SharedClipboard/x11: fix a crash when clipboard initialisation fails

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostServices/SharedClipboard/x11-clipboard.cpp

    r22181 r24142  
    125125            rc = ClipStartX11(pBackend, true /* grab shared clipboard */);
    126126        }
    127         if (RT_FAILURE(rc) && pBackend)
    128             ClipStopX11(pCtx->pBackend);
    129127        if (RT_FAILURE(rc))
    130128            RTCritSectDelete(&pCtx->clipboardMutex);
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