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:
Nikolay Sivov 2016-01-04 01:04:39 +03:00 committed by Alexandre Julliard
parent ae1fe69e39
commit 529451e47f

View file

@ -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)