Changeset 17004 in vbox
- Timestamp:
- Feb 23, 2009 11:07:46 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 43199
- Location:
- trunk/src/VBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/VBoxClient/clipboard.cpp
r14297 r17004 1095 1095 LogRel(("vboxClipboardConvertCText: Xutf8TextListToTextProperty failed. Reason: %s\n", 1096 1096 pcReason)); 1097 XFree(property.value);1098 1097 LogFlowFunc(("rc = false\n")); 1099 1098 return false; -
trunk/src/VBox/HostServices/SharedClipboard/x11.cpp
r15928 r17004 1324 1324 LogRelFunc (("Xutf8TextListToTextProperty failed. Reason: %s\n", 1325 1325 pcReason)); 1326 XFree(property.value);1327 1326 vboxClipboardEmptyGuestBuffer(); 1328 1327 return false;
Note:
See TracChangeset
for help on using the changeset viewer.