Changeset 73511 in vbox for trunk/src/VBox/HostServices/DragAndDrop/service.cpp
- Timestamp:
- Aug 5, 2018 2:20:03 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 124138
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/DragAndDrop/service.cpp
r72827 r73511 1091 1091 m_clientQueue.push_back(u32ClientID); 1092 1092 } 1093 catch (std::bad_alloc )1093 catch (std::bad_alloc &) 1094 1094 { 1095 1095 rc = VERR_NO_MEMORY;
Note:
See TracChangeset
for help on using the changeset viewer.