VirtualBox

Changeset 43224 in vbox


Ignore:
Timestamp:
Sep 6, 2012 12:45:05 PM (12 years ago)
Author:
vboxsync
Message:

VBoxTray: RTMemFree in error case

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxLA.cpp

    r40891 r43224  
    745745    {
    746746        LALOG(("LA: laGetProperty: not found [%s]\n", pszName));
     747        RTMemFree(pvBuf);
    747748    }
    748749    else
    749750    {
    750751        LALOG(("LA: Failed to retrieve the property value, error %Rrc\n", rc));
     752        RTMemFree(pvBuf);
    751753    }
    752754
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