Commit 2c984fc8 authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard

msxml3: Removed unused allocation (Coverity).

parent 0dda8a14
......@@ -3046,8 +3046,6 @@ static void test_getElementsByTagName(void)
ok( r == S_OK, "loadXML failed\n");
ok( b == VARIANT_TRUE, "failed to load XML string\n");
str = SysAllocString( szstar );
/* null arguments cases */
r = IXMLDOMDocument_getElementsByTagName(doc, NULL, &node_list);
ok( r == E_INVALIDARG, "ret %08x\n", r );
......
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