1
0
Fork 0
mirror of synced 2025-03-07 03:53:26 +01:00

wininet: Free temporary buffer in InternetQueryOptionW loop.

This commit is contained in:
Daniel Lehman 2023-06-14 23:21:25 -07:00 committed by Alexandre Julliard
parent 045d211308
commit 0a6b5c7932

View file

@ -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: