msxml3/tests: Fix BSTR leak warning (Valgrind).
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
ae1fe69e39
commit
529451e47f
|
@ -1752,6 +1752,7 @@ static void test_safe_httpreq(void)
|
|||
test_open(xhr, "GET", "http://www.test.winehq.org/tests/hello.html", E_ACCESSDENIED);
|
||||
|
||||
IXMLHttpRequest_Release(xhr);
|
||||
free_bstrs();
|
||||
}
|
||||
|
||||
START_TEST(httpreq)
|
||||
|
|
Loading…
Reference in New Issue