VirtualBox

Changeset 50851 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Mar 24, 2014 10:50:00 AM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
92936
Message:

Storage/VHD: Fix wrong assertion in compaction callback

File:
1 edited

Legend:

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

    r49944 r50851  
    24642464        {
    24652465            pvParent = RTMemTmpAlloc(pImage->cbDataBlock);
    2466             AssertBreakStmt(VALID_PTR(pvBuf), rc = VERR_NO_MEMORY);
     2466            AssertBreakStmt(VALID_PTR(pvParent), rc = VERR_NO_MEMORY);
    24672467        }
    24682468        pvBuf = RTMemTmpAlloc(pImage->cbDataBlock);
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