msxml3: Removed unused allocation (Coverity).

This commit is contained in:
Marcus Meissner 2014-05-20 08:47:41 +02:00 committed by Alexandre Julliard
parent 0dda8a14db
commit 2c984fc8e2
1 changed files with 0 additions and 2 deletions

View File

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