Skip to content
Snippets Groups Projects
Commit 4c6f8989 authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard
Browse files

msxml3: Fixed memory leak (valgrind).

parent fa3ddd83
No related branches found
No related tags found
No related merge requests found
......@@ -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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment