Re: mshtml: Use wininet to get and parse the proxy
20 Aug
2011
20 Aug
'11
3:53 a.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.
5233
Age (days ago)
5233
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dmitry Timoshkov