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:
b335659
)
msxml3/tests: Fix a stream leak (Valgrind).
author
Nikolay Sivov
<nsivov@codeweavers.com>
Thu, 31 Dec 2015 09:42:56 +0000
(12:42 +0300)
committer
Alexandre Julliard
<julliard@winehq.org>
Sun, 3 Jan 2016 18:26:25 +0000
(19:26 +0100)
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/msxml3/tests/httpreq.c
patch
|
blob
|
blame
|
history
diff --git
a/dlls/msxml3/tests/httpreq.c
b/dlls/msxml3/tests/httpreq.c
index 68de61e5d6389f4cb0322e71a39949827e595b45..ab72d3a826a7a426315f965a21e2d7282ad32def 100644
(file)
--- a/
dlls/msxml3/tests/httpreq.c
+++ b/
dlls/msxml3/tests/httpreq.c
@@
-1684,6
+1684,7
@@
static void test_XMLHTTP(void)
hr = GetHGlobalFromStream((IStream*)V_UNKNOWN(&varbody), &g);
EXPECT_HR(hr, S_OK);
ok(g != NULL, "got %p\n", g);
+ VariantClear(&varbody);
IDispatch_Release(event);