VirtualBox

Ignore:
Timestamp:
Apr 17, 2017 3:50:04 PM (8 years ago)
Author:
vboxsync
Message:

gzipvfs.cpp: Missing input I/O stream releases in previous commit.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/zip/gzipvfs.cpp

    r66594 r66596  
    868868    RTVFSIOSTREAM hVfsIos = NIL_RTVFSIOSTREAM;
    869869    int rc = RTZipGzipDecompressIoStream(hVfsIosIn, 0 /*fFlags*/, &hVfsIos);
     870    RTVfsObjFromIoStream(hVfsIosIn);
    870871    if (RT_SUCCESS(rc))
    871872    {
     
    974975    RTVFSIOSTREAM hVfsIos = NIL_RTVFSIOSTREAM;
    975976    int rc = RTZipGzipCompressIoStream(hVfsIosOut, 0 /*fFlags*/, pSpec->uProvider, &hVfsIos);
     977    RTVfsObjFromIoStream(hVfsIosOut);
    976978    if (RT_SUCCESS(rc))
    977979    {
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette