VirtualBox

Changeset 70155 in vbox for trunk/src/VBox/Runtime


Ignore:
Timestamp:
Dec 15, 2017 3:50:47 PM (7 years ago)
Author:
vboxsync
Message:

iprt/isomaker.cpp: Fixed a file handle leak (single handle).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/fs/isomaker.cpp

    r69977 r70155  
    55305530    pThis->pIsoMaker = NULL;
    55315531
     5532    if (pThis->hVfsSrcFile != NIL_RTVFSFILE)
     5533    {
     5534        RTVfsFileRelease(pThis->hVfsSrcFile);
     5535        pThis->hVfsSrcFile = NIL_RTVFSFILE;
     5536    }
     5537
    55325538    return VINF_SUCCESS;
    55335539}
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