Commit 2a21579b authored by Michael Karcher's avatar Michael Karcher Committed by Alexandre Julliard

msxml3/tests: Valgrind fix.

parent 2e917e3a
......@@ -1565,7 +1565,8 @@ static void test_getElementsByTagName(void)
r = IDispatchEx_GetMemberName(dispex, dispid, &sName);
ok(r == E_NOTIMPL, "expected E_NOTIMPL got %08x\n", r);
SysFreeString(sName);
if( SUCCEEDED(r) )
SysFreeString(sName);
r = IDispatchEx_GetNextDispID(dispex, fdexEnumDefault, DISPID_XMLDOM_NODELIST_RESET, &dispid);
ok(r == E_NOTIMPL, "expected E_NOTIMPL got %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