VirtualBox

Changeset 79479 in vbox


Ignore:
Timestamp:
Jul 2, 2019 6:27:48 PM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
131743
Message:

Main: bugref:9447: VBoxSVC crashes during resizing a "normal" virtual hard disk image if the vm is runnig

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/MediumImpl.cpp

    r78762 r79479  
    33783378        if (FAILED(rc))
    33793379        {
    3380             pszError = tr("Failed to create medium lock list when resize '%s'");
     3380            pszError = tr("Failed to create medium lock list when resizing '%s'");
    33813381        }
    33823382        else
     
    33843384            rc = pMediumLockList->Lock();
    33853385            if (FAILED(rc))
    3386                 pszError = tr("Failed to lock media when compacting '%s'");
     3386                pszError = tr("Failed to lock media when resizing '%s'");
    33873387        }
    33883388
     
    33923392        if (FAILED(rc))
    33933393        {
    3394             delete pMediumLockList;
    33953394            throw setError(rc, pszError, i_getLocationFull().c_str());
    33963395        }
     
    34033402        if (FAILED(rc))
    34043403        {
    3405             delete pMediumLockList;
    34063404            throw rc;
    34073405        }
Note: See TracChangeset for help on using the changeset viewer.

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