Commit 529451e4 authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

msxml3/tests: Fix BSTR leak warning (Valgrind).

parent ae1fe69e
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment