Changeset 73511 in vbox for trunk/src/VBox/HostServices/GuestControl/service.cpp
- Timestamp:
- Aug 5, 2018 2:20:03 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/GuestControl/service.cpp
r72827 r73511 544 544 pHostCmd->AddRef(); 545 545 } 546 catch (std::bad_alloc )546 catch (std::bad_alloc &) 547 547 { 548 548 rc = VERR_NO_MEMORY; … … 1366 1366 /* rc = */ RTListAppend(&mHostCmdList, &pHostCmd->Node); 1367 1367 } 1368 catch (std::bad_alloc )1368 catch (std::bad_alloc &) 1369 1369 { 1370 1370 rc = VERR_NO_MEMORY; … … 1514 1514 } 1515 1515 } 1516 catch (std::bad_alloc )1516 catch (std::bad_alloc &) 1517 1517 { 1518 1518 rc = VERR_NO_MEMORY; … … 1558 1558 } 1559 1559 } 1560 catch (std::bad_alloc )1560 catch (std::bad_alloc &) 1561 1561 { 1562 1562 rc = VERR_NO_MEMORY;
Note:
See TracChangeset
for help on using the changeset viewer.