http://git.etersoft.ru/projects
/
wine
/
eterwine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa3ddd8
)
msxml3: Fixed memory leak (valgrind).
author
Jacek Caban
<jacek@codeweavers.com>
Fri, 14 Jan 2011 13:01:57 +0000
(14:01 +0100)
committer
Alexandre Julliard
<julliard@winehq.org>
Fri, 14 Jan 2011 17:26:19 +0000
(18:26 +0100)
dlls/msxml3/httprequest.c
patch
|
blob
|
blame
|
history
diff --git
a/dlls/msxml3/httprequest.c
b/dlls/msxml3/httprequest.c
index 23bc2279e01d9b24b85bb345ccc295c9b00736cb..4dd4de8e2187840e0e0cfacf953c30158f708a77 100644
(file)
--- a/
dlls/msxml3/httprequest.c
+++ b/
dlls/msxml3/httprequest.c
@@
-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 */