Changeset 68505 in vbox for trunk/src/VBox/Runtime/common/vfs
- Timestamp:
- Aug 22, 2017 12:54:05 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 117662
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/vfs/vfsbase.cpp
r67274 r68505 928 928 rtVfsObjRelease(&pThis->hVfs->Base); 929 929 pThis->hVfs = NIL_RTVFS; 930 } 931 if (pThis->hLock != NIL_RTVFSLOCK) 932 { 933 RTVfsLockRelease(pThis->hLock); 934 pThis->hLock = NIL_RTVFSLOCK; 930 935 } 931 936 RTMemFree(pvToFree);
Note:
See TracChangeset
for help on using the changeset viewer.