VirtualBox

Changeset 46613 in vbox for trunk/src/VBox/Storage/RAW.cpp


Ignore:
Timestamp:
Jun 18, 2013 10:27:13 AM (11 years ago)
Author:
vboxsync
Message:

Storage: Propagate errors when closing a file but free everything nevertheless (see @bugref{6791})

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Storage/RAW.cpp

    r44528 r46613  
    160160            }
    161161
    162             vdIfIoIntFileClose(pImage->pIfIo, pImage->pStorage);
     162            rc = vdIfIoIntFileClose(pImage->pIfIo, pImage->pStorage);
    163163            pImage->pStorage = NULL;
    164164        }
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette