mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 04:39:45 +00:00
winhttp: Use proper deallocator (Coverity).
This commit is contained in:
parent
4def66c11c
commit
2c880e5271
@ -1612,11 +1612,11 @@ done:
|
||||
heap_free( hdr );
|
||||
if (!ret)
|
||||
{
|
||||
heap_free( config->lpszAutoConfigUrl );
|
||||
GlobalFree( config->lpszAutoConfigUrl );
|
||||
config->lpszAutoConfigUrl = NULL;
|
||||
heap_free( config->lpszProxy );
|
||||
GlobalFree( config->lpszProxy );
|
||||
config->lpszProxy = NULL;
|
||||
heap_free( config->lpszProxyBypass );
|
||||
GlobalFree( config->lpszProxyBypass );
|
||||
config->lpszProxyBypass = NULL;
|
||||
}
|
||||
return ret;
|
||||
|
Loading…
Reference in New Issue
Block a user