VirtualBox

Changeset 17004 in vbox


Ignore:
Timestamp:
Feb 23, 2009 11:07:46 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
43199
Message:

Additions and HostServices/SharedClipboard: removed an XFree() call when the allocating function failed

Location:
trunk/src/VBox
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/x11/VBoxClient/clipboard.cpp

    r14297 r17004  
    10951095        LogRel(("vboxClipboardConvertCText: Xutf8TextListToTextProperty failed.  Reason: %s\n",
    10961096                pcReason));
    1097         XFree(property.value);
    10981097        LogFlowFunc(("rc = false\n"));
    10991098        return false;
  • trunk/src/VBox/HostServices/SharedClipboard/x11.cpp

    r15928 r17004  
    13241324        LogRelFunc (("Xutf8TextListToTextProperty failed.  Reason: %s\n",
    13251325                pcReason));
    1326         XFree(property.value);
    13271326        vboxClipboardEmptyGuestBuffer();
    13281327        return false;
Note: See TracChangeset for help on using the changeset viewer.

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