Changeset 50445 in vbox
- Timestamp:
- Feb 13, 2014 1:34:34 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/medium/UIMediumEnumerator.cpp
r49661 r50445 431 431 /* Search for corresponding machine: */ 432 432 CMachine machine = vboxGlobal().virtualBox().FindMachine(strMachineID); 433 AssertReturnVoid(!machine.isNull()); 433 if (machine.isNull()) 434 { 435 /* Usually means the machine is already gone, not harmful. */ 436 return; 437 } 434 438 435 439 /* Calculate actual usage starting from root-snapshot if necessary: */
Note:
See TracChangeset
for help on using the changeset viewer.

