Re: mshtml: Use wininet to get and parse the proxy
Aug. 19, 2011
10:53 p.m.
André Hentschel <nerv(a)dawncrow.de> wrote:
+ if(!InternetCrackUrlA(pi->lpszProxy, 0, 0, &UrlComponents)) return; + heap_free(pi);
If InternetCrackUrlA() fails pi is leaked. -- Dmitry.
5332
Age (days ago)
5332
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dmitry Timoshkov