mshtml: Use wininet to get and parse the proxy

Dmitry Timoshkov dmitry at baikal.ru
Fri Aug 19 22:53:20 CDT 2011


André Hentschel <nerv at dawncrow.de> wrote:

> +    if(!InternetCrackUrlA(pi->lpszProxy, 0, 0, &UrlComponents)) return;
> +    heap_free(pi);

If InternetCrackUrlA() fails pi is leaked.

-- 
Dmitry.



More information about the wine-devel mailing list