msxml3: Fixed memory leak (valgrind).
This commit is contained in:
parent
fa3ddd838b
commit
4c6f8989eb
@ -543,6 +543,7 @@ static ULONG WINAPI httprequest_Release(IXMLHTTPRequest *iface)
|
||||
list_remove(&header->entry);
|
||||
SysFreeString(header->header);
|
||||
SysFreeString(header->value);
|
||||
heap_free(header);
|
||||
}
|
||||
|
||||
/* detach callback object */
|
||||
|
Loading…
x
Reference in New Issue
Block a user