VirtualBox

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


Ignore:
Timestamp:
Aug 22, 2017 12:58:30 PM (7 years ago)
Author:
vboxsync
Message:

isomaker.cpp: Plugged two memory leaks.

File:
1 edited

Legend:

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

    r68382 r68506  
    11031103        RTMemFree(pThis->paCommonSources);
    11041104        pThis->paCommonSources = NULL;
     1105    }
     1106
     1107    if (pThis->pbVolDescs)
     1108    {
     1109        RTMemFree(pThis->pbVolDescs);
     1110        pThis->pbVolDescs = NULL;
     1111    }
     1112
     1113    if (pThis->pbSysArea)
     1114    {
     1115        RTMemFree(pThis->pbSysArea);
     1116        pThis->pbSysArea = NULL;
    11051117    }
    11061118
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