- Timestamp:
- Jun 17, 2018 3:30:26 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/fs/ntfsvfs.cpp
r72273 r72585 1860 1860 } 1861 1861 1862 rtFsNtfsCore_Destroy(pRec->pCore); 1862 if (pRec->pCore) 1863 rtFsNtfsCore_Destroy(pRec->pCore); 1863 1864 rtFsNtfsMftRec_Release(pRec, pThis); 1864 1865 } … … 5346 5347 rc = RTERRINFO_LOG_REL_SET(pErrInfo, VERR_VFS_BOGUS_FORMAT, "MFT record #0 has no unnamed DATA attribute!"); 5347 5348 } 5348 rtFsNtfsCore_Destroy(pRec->pCore); 5349 if (pRec->pCore) 5350 rtFsNtfsCore_Destroy(pRec->pCore); 5349 5351 rtFsNtfsMftRec_Release(pRec, pThis); 5350 5352 }
Note:
See TracChangeset
for help on using the changeset viewer.