Changeset 73506 in vbox for trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp
- Timestamp:
- Aug 5, 2018 2:01:26 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.