Changeset 86448 in vbox
- Timestamp:
- Oct 4, 2020 12:37:09 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 140751
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/generic/http-curl.cpp
r85650 r86448 1058 1058 rc = RTLdrGetSymbol(hMod, "px_proxy_factory_get_proxies", (void **)&g_pfnLibProxyFactoryGetProxies); 1059 1059 if (RT_SUCCESS(rc)) 1060 { 1061 RTMEM_WILL_LEAK(hMod); 1060 1062 g_hLdrLibProxy = hMod; 1063 } 1061 1064 else 1062 1065 RTLdrClose(hMod);
Note:
See TracChangeset
for help on using the changeset viewer.