VirtualBox

Changeset 61966 in vbox for trunk/src


Ignore:
Timestamp:
Jun 30, 2016 5:31:46 PM (8 years ago)
Author:
vboxsync
Message:

xarvfs.cpp: Leaking objects during stream enumeration.

File:
1 edited

Legend:

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

    r57372 r61966  
    17511751
    17521752    if (phVfsObj)
    1753     {
    1754         RTVfsObjRetain(hVfsObj);
    17551753        *phVfsObj = hVfsObj;
    1756     }
     1754    else
     1755        RTVfsObjRelease(hVfsObj);
    17571756
    17581757    if (penmType)
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