Changeset 38904 in vbox for trunk/src/VBox
- Timestamp:
- Sep 29, 2011 7:40:11 PM (13 years ago)
- Location:
- trunk/src/VBox
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/SharedClipboard/x11-clipboard.cpp
r37434 r38904 1160 1160 1161 1161 LogRelFlowFunc(("\n")); 1162 if (!pCtx) 1163 return false; 1162 1164 if (!clipIsSupportedSelectionType(pCtx->widget, *atomSelection)) 1163 1165 return false; -
trunk/src/VBox/RDP/client/rdpdr.c
r37224 r38904 423 423 424 424 error("IRP for bad device %ld\n", device); 425 xfree(buffer); 425 426 return; 426 427 } -
trunk/src/VBox/Runtime/r3/stream.cpp
r38658 r38904 314 314 return VINF_SUCCESS; 315 315 } 316 RTMemFree(pStream); 316 317 return RTErrConvertFromErrno(errno); 317 318 }
Note:
See TracChangeset
for help on using the changeset viewer.