Changeset 61972 in vbox for trunk/src/VBox/Runtime/common/zip
- Timestamp:
- Jul 1, 2016 8:37:32 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/zip/xarvfs.cpp
r61970 r61972 1453 1453 RTVfsFileRelease(pThis->hVfsFile); 1454 1454 pThis->hVfsFile = NIL_RTVFSFILE; 1455 1456 if (pThis->XarReader.pDoc) 1457 delete pThis->XarReader.pDoc; 1458 pThis->XarReader.pDoc = NULL; 1459 /* The other XarReader fields only point to elements within pDoc. */ 1460 pThis->XarReader.pToc = NULL; 1461 pThis->XarReader.cCurDepth = 0; 1462 pThis->XarReader.pCurFile = NULL; 1455 1463 1456 1464 return VINF_SUCCESS;
Note:
See TracChangeset
for help on using the changeset viewer.