VirtualBox

Ignore:
Timestamp:
Sep 21, 2010 5:02:18 PM (14 years ago)
Author:
vboxsync
Message:

Devices/Graphics: minor fix (free alloc'd string)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Graphics/DevVGA.cpp

    r32622 r32676  
    60606060    }
    60616061#endif
     6062
     6063    if (pThis->pszLogoFile)
     6064    {
     6065        MMR3HeapFree(pThis->pszLogoFile);
     6066        pThis->pszLogoFile = NULL;
     6067    }
    60626068
    60636069    PDMR3CritSectDelete(&pThis->lock);
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