Changeset 73506 in vbox for trunk/src/VBox
- Timestamp:
- Aug 5, 2018 2:01:26 PM (6 years ago)
- Location:
- trunk/src/VBox/Frontends/VBoxManage
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageDebugVM.cpp
r69500 r73506 456 456 throw std::bad_alloc(); 457 457 } 458 catch (std::bad_alloc )458 catch (std::bad_alloc &) 459 459 { 460 460 RTMsgError("Out of memory\n"); -
trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp
r72958 r73506 1677 1677 } while (0); 1678 1678 } 1679 catch (std::bad_alloc )1679 catch (std::bad_alloc &) 1680 1680 { 1681 1681 rc = E_OUTOFMEMORY; … … 2254 2254 } 2255 2255 } 2256 catch (std::bad_alloc )2256 catch (std::bad_alloc &) 2257 2257 { 2258 2258 vrc = VERR_NO_MEMORY;
Note:
See TracChangeset
for help on using the changeset viewer.