- Timestamp:
- Apr 27, 2017 2:45:57 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/filesystem/fatvfs.cpp
r66690 r66691 2228 2228 { 2229 2229 Assert(uWriteLock == UINT32_C(0x80000001)); 2230 RT_NOREF(uWriteLock); 2230 2231 if (pThis->fFullyBuffered) 2231 2232 { … … 3388 3389 Assert(RTListIsEmpty(&pThis->pRootDir->OpenChildren)); 3389 3390 uint32_t cRefs = RTVfsDirRelease(pThis->hVfsRootDir); 3390 Assert(cRefs == 0); 3391 Assert(cRefs == 0); NOREF(cRefs); 3391 3392 pThis->hVfsRootDir = NIL_RTVFSDIR; 3392 3393 pThis->pRootDir = NULL;
Note:
See TracChangeset
for help on using the changeset viewer.