Changeset 56862 in vbox for trunk/src/VBox
- Timestamp:
- Jul 8, 2015 12:44:33 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 101526
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Storage/QCOW.cpp
r54430 r56862 1311 1311 qcowL2TblCacheEntryRelease(pClusterAlloc->pL2Entry); /* Release L2 cache entry. */ 1312 1312 qcowL2TblCacheEntryFree(pImage, pClusterAlloc->pL2Entry); /* Free it, it is not in the cache yet. */ 1313 break; 1313 1314 } 1314 1315 case QCOWCLUSTERASYNCALLOCSTATE_USER_ALLOC:
Note:
See TracChangeset
for help on using the changeset viewer.