wininet: Free temporary buffer in InternetQueryOptionW loop.
This commit is contained in:
parent
045d211308
commit
0a6b5c7932
1 changed files with 2 additions and 0 deletions
|
@ -2440,6 +2440,8 @@ static WCHAR *detect_proxy_autoconfig_url_dhcp(void)
|
|||
TRACE("returning %s\n", debugstr_w(ret));
|
||||
break;
|
||||
}
|
||||
free( buf );
|
||||
buf = NULL;
|
||||
}
|
||||
|
||||
done:
|
||||
|
|
Loading…
Add table
Reference in a new issue