VirtualBox

Changeset 86448 in vbox for trunk


Ignore:
Timestamp:
Oct 4, 2020 12:37:09 PM (4 years ago)
Author:
vboxsync
Message:

IPRT/http-curl: Mark g_hLdrLibProxy as a leak. bugref:9841

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/generic/http-curl.cpp

    r85650 r86448  
    10581058            rc = RTLdrGetSymbol(hMod, "px_proxy_factory_get_proxies", (void **)&g_pfnLibProxyFactoryGetProxies);
    10591059        if (RT_SUCCESS(rc))
     1060        {
     1061            RTMEM_WILL_LEAK(hMod);
    10601062            g_hLdrLibProxy = hMod;
     1063        }
    10611064        else
    10621065            RTLdrClose(hMod);
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