Changeset 73511 in vbox for trunk/src/VBox/HostServices/GuestProperties
- 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/GuestProperties/service.cpp
r73100 r73511 781 781 } 782 782 } 783 catch (std::bad_alloc )783 catch (std::bad_alloc &) 784 784 { 785 785 rc = VERR_NO_MEMORY; … … 1235 1235 mGuestNotifications.pop_front(); 1236 1236 } 1237 catch (std::bad_alloc )1237 catch (std::bad_alloc &) 1238 1238 { 1239 1239 rc = VERR_NO_MEMORY; … … 1418 1418 } 1419 1419 } 1420 catch (std::bad_alloc )1420 catch (std::bad_alloc &) 1421 1421 { 1422 1422 rc = VERR_NO_MEMORY; … … 1554 1554 } 1555 1555 } 1556 catch (std::bad_alloc )1556 catch (std::bad_alloc &) 1557 1557 { 1558 1558 rc = VERR_NO_MEMORY;
Note:
See TracChangeset
for help on using the changeset viewer.